Browse Source

1.添加收到IM消息展示弹窗功能

王鹏鹏 2 years ago
parent
commit
ec17855f90
1 changed files with 11 additions and 0 deletions
  1. 11 0
      baselib/src/main/java/com/yingyangfly/baselib/utils/RxBusCodes.kt

+ 11 - 0
baselib/src/main/java/com/yingyangfly/baselib/utils/RxBusCodes.kt

@@ -107,4 +107,15 @@ object RxBusCodes {
      * 展示首页弹窗
      */
     const val SHOWTASKDIALOG = "showTaskDialog"
+
+    /**
+     * 移除消息监听
+     */
+    const val REMOVEIMMSGLISTENER = "removeIMMsgListener"
+
+
+    /**
+     * 添加消息监听
+     */
+    const val ADDIMMSGLISTENER = "addIMMsgListener"
 }