| | |
| | | public static final String SAVE_HOME_HOME_ID = "homeId"; |
| | | |
| | | /******EventBus发布事件的常量*********/ |
| | | public static final String EVENTBUS_POST_HOME_CREATED = "home_created";//住宅创建发布 |
| | | |
| | | //all |
| | | public static final String message_function_tab_switch = "message_function_tab_switch"; |
| | | //消息警告解决或者未解决 |
| | | public static final String message_function_push_post = "message_function_push"; |
| | | //消息数量 |
| | | public static final String message_count = "message_count"; |
| | | public static final String homepage_title_tab_switch = "homepage_title_tab_switch"; |
| | | |
| | | //网络状态发生变化 |
| | | public static final String network_change_post = "network_change"; |
| | | |
| | | |
| | | } |