agora_chat_SDK 1.0.6
agora java chat SDK
|
Inherits io.agora.chat.EMBase< T >.
Public Member Functions | |
SilentModeResult (EMASilentModeItem item) | |
long | getExpireTimestamp () |
Conversation.ConversationType | getConversationType () |
String | getConversationId () |
boolean | isConversationRemindTypeEnabled () |
PushManager.PushRemindType | getRemindType () |
SilentModeTime | getSilentModeStartTime () |
SilentModeTime | getSilentModeEndTime () |
Offline push DND result class.
String io.agora.chat.SilentModeResult.getConversationId | ( | ) |
Get the Conversation ID.
Conversation.ConversationType io.agora.chat.SilentModeResult.getConversationType | ( | ) |
Get the Conversation Type.
long io.agora.chat.SilentModeResult.getExpireTimestamp | ( | ) |
Obtain the offline push DND expiration timestamp.
PushManager.PushRemindType io.agora.chat.SilentModeResult.getRemindType | ( | ) |
Get the offline push notification type.
SilentModeTime io.agora.chat.SilentModeResult.getSilentModeEndTime | ( | ) |
Get the end time of offline push DND.
SilentModeTime io.agora.chat.SilentModeResult.getSilentModeStartTime | ( | ) |
Get the start time of offline push DND.
boolean io.agora.chat.SilentModeResult.isConversationRemindTypeEnabled | ( | ) |
Whether to enable offline push notification for the conversation. After calling PushManager#setSilentModeForConversation(String, Conversation.ConversationType, SilentModeParam, ValueCallBack) set remind type, return true. After calling PushManager#clearRemindTypeForConversation(String, Conversation.ConversationType, CallBack) clear remind type, return false.