A B C D E F G H I J L M N O P R S T U V W
E
- enterChatRoom(long, RequestCallback
) - 类 中的静态方法cn.jpush.im.android.api.ChatRoomManager 进入聊天室.
enterGroupConversation(long) - 类 中的静态方法cn.jpush.im.android.api.JMessageClient
UI层在进入聊天会话界面时调用,设置当前正在聊天的对象,调用此接口之后,收到对应群组中发来的消息时,sdk不会弹出通知栏提示。
enterSingleConversaion(String) - 类 中的静态方法cn.jpush.im.android.api.JMessageClient
- 已过时。
deprecated in 1.2.0 use
JMessageClient.enterSingleConversation(String, String)
instead.
- enterSingleConversation(String) - 类 中的静态方法cn.jpush.im.android.api.JMessageClient
UI层在进入聊天会话界面时调用,设置当前正在聊天的对象,调用此接口之后,收到对应username发来的消息时,sdk不会弹出通知栏提示。
enterSingleConversation(String, String) - 类 中的静态方法cn.jpush.im.android.api.JMessageClient
UI层在进入聊天会话界面时调用,设置当前正在聊天的对象,调用此接口之后,收到对应username发来的消息时,sdk不会弹出通知栏提示。
EventNotificationContent - cn.jpush.im.android.api.content中的类
2.4.0增加两种事件类型: 1.
EventNotificationContent.EventNotificationType - cn.jpush.im.android.api.content中的枚举
- exitConversaion() - 类 中的静态方法cn.jpush.im.android.api.JMessageClient
- 已过时。
deprecated in 1.2.0. use
JMessageClient.exitConversation()
instead.
- exitConversation() - 类 中的静态方法cn.jpush.im.android.api.JMessageClient
UI层在退出聊天会话界面时调用,清除当前正在聊天的对象,之后收到对应的用户或群组发来的消息时,会正常展示通知栏通知。
exitGroup(long, BasicCallback) - 类 中的静态方法cn.jpush.im.android.api.JMessageClient
- 退出群组,如果是群主退群,则相关群主权利移交给下一位群成员。