Public Member Functions | |
| long | getExpireTimestamp () |
| Conversation.ConversationType | getConversationType () |
| String | getConversationId () |
| boolean | isConversationRemindTypeEnabled () |
| PushManager.PushRemindType | getRemindType () |
| SilentModeTime | getSilentModeStartTime () |
| SilentModeTime | getSilentModeEndTime () |
The do-not-disturb result class for offline push.
| String io.agora.chat.SilentModeResult.getConversationId | ( | ) |
Gets the conversation ID.
| Conversation.ConversationType io.agora.chat.SilentModeResult.getConversationType | ( | ) |
Gets the conversation type.
| long io.agora.chat.SilentModeResult.getExpireTimestamp | ( | ) |
Gets the do-not-disturb expiration timestamp for offline push.
| PushManager.PushRemindType io.agora.chat.SilentModeResult.getRemindType | ( | ) |
Gets the offline push notification type.
| SilentModeTime io.agora.chat.SilentModeResult.getSilentModeEndTime | ( | ) |
Gets the end time of the do-not-disturb time frame.
| SilentModeTime io.agora.chat.SilentModeResult.getSilentModeStartTime | ( | ) |
Gets the start time of the do-not-disturb time frame.
| boolean io.agora.chat.SilentModeResult.isConversationRemindTypeEnabled | ( | ) |
Whether to enable the offline push notification type for the conversation.
true is returned after PushManager#setSilentModeForConversation(String, Conversation.ConversationType, SilentModeParam, ValueCallBack) is called to set the offline push notification type.
false is returned after PushManager#clearRemindTypeForConversation(String, Conversation.ConversationType, CallBack) is called to clear the setting of the offline push notification type.