Public Member Functions | |
| long | getExpireTimestamp () |
| EMConversation.EMConversationType | getConversationType () |
| String | getConversationId () |
| boolean | isConversationRemindTypeEnabled () |
| EMPushManager.EMPushRemindType | getRemindType () |
| EMSilentModeTime | getSilentModeStartTime () |
| EMSilentModeTime | getSilentModeEndTime () |
The do-not-disturb result class for offline push.
| String com.hyphenate.chat.EMSilentModeResult.getConversationId | ( | ) |
Gets the conversation ID.
| EMConversation.EMConversationType com.hyphenate.chat.EMSilentModeResult.getConversationType | ( | ) |
Gets the conversation type.
| long com.hyphenate.chat.EMSilentModeResult.getExpireTimestamp | ( | ) |
Gets the do-not-disturb expiration timestamp for offline push.
| EMPushManager.EMPushRemindType com.hyphenate.chat.EMSilentModeResult.getRemindType | ( | ) |
Gets the offline push notification type.
| EMSilentModeTime com.hyphenate.chat.EMSilentModeResult.getSilentModeEndTime | ( | ) |
Gets the end time of the do-not-disturb time frame.
| EMSilentModeTime com.hyphenate.chat.EMSilentModeResult.getSilentModeStartTime | ( | ) |
Gets the start time of the do-not-disturb time frame.
| boolean com.hyphenate.chat.EMSilentModeResult.isConversationRemindTypeEnabled | ( | ) |
Whether to enable the offline push notification type for the conversation.
true is returned after EMPushManager#setSilentModeForConversation(String, EMConversation.EMConversationType, EMSilentModeParam, EMValueCallBack) is called to set the offline push notification type.
false is returned after EMPushManager#clearRemindTypeForConversation(String, EMConversation.EMConversationType, EMCallBack) is called to clear the setting of the offline push notification type.