hyphenate_SDK3.0 4.0.0
hyphenate java IM SDK
|
Inherits com.hyphenate.chat.EMBase< T >.
Public Member Functions | |
EMSilentModeResult (EMASilentModeItem item) | |
long | getExpireTimestamp () |
EMConversation.EMConversationType | getConversationType () |
String | getConversationId () |
boolean | isConversationRemindTypeEnabled () |
EMPushManager.EMPushRemindType | getRemindType () |
EMSilentModeTime | getSilentModeStartTime () |
EMSilentModeTime | getSilentModeEndTime () |
Offline push DND result class.
String com.hyphenate.chat.EMSilentModeResult.getConversationId | ( | ) |
Get the Conversation ID.
EMConversation.EMConversationType com.hyphenate.chat.EMSilentModeResult.getConversationType | ( | ) |
Get the Conversation Type.
long com.hyphenate.chat.EMSilentModeResult.getExpireTimestamp | ( | ) |
Obtain the offline push DND expiration timestamp.
EMPushManager.EMPushRemindType com.hyphenate.chat.EMSilentModeResult.getRemindType | ( | ) |
Get the offline push notification type.
EMSilentModeTime com.hyphenate.chat.EMSilentModeResult.getSilentModeEndTime | ( | ) |
Get the end time of offline push DND.
EMSilentModeTime com.hyphenate.chat.EMSilentModeResult.getSilentModeStartTime | ( | ) |
Get the start time of offline push DND.
boolean com.hyphenate.chat.EMSilentModeResult.isConversationRemindTypeEnabled | ( | ) |
Whether to enable offline push notification for the conversation. After calling EMPushManager#setSilentModeForConversation(String, EMConversation.EMConversationType, EMSilentModeParam, EMValueCallBack) set remind type, return true. After calling EMPushManager#clearRemindTypeForConversation(String, EMConversation.EMConversationType, EMCallBack) clear remind type, return false.