agora_chat_SDK 1.0.6
agora java chat SDK
|
Inherits io.agora.chat.EMBase< T >.
Public Member Functions | |
PushConfigs (EMAPushConfigs pushConfigs) | |
String | getDisplayNickname () |
boolean | isNoDisturbOn () |
boolean | silentModeEnabled () |
int | getNoDisturbStartHour () |
int | getSilentModeStart () |
int | getNoDisturbEndHour () |
int | getSilentModeEnd () |
PushManager.DisplayStyle | getDisplayStyle () |
The push configs info class.
String io.agora.chat.PushConfigs.getDisplayNickname | ( | ) |
Gets the push display name.
PushManager.DisplayStyle io.agora.chat.PushConfigs.getDisplayStyle | ( | ) |
Gets the offline push display type.
int io.agora.chat.PushConfigs.getNoDisturbEndHour | ( | ) |
Gets the end hour of the offline push without disturbing.
int io.agora.chat.PushConfigs.getNoDisturbStartHour | ( | ) |
Gets the start hour of the offline push without disturbing(24-hour clock).
int io.agora.chat.PushConfigs.getSilentModeEnd | ( | ) |
Gets the end hour of the offline push without disturbing.
int io.agora.chat.PushConfigs.getSilentModeStart | ( | ) |
Gets the start hour of the offline push without disturbing.
boolean io.agora.chat.PushConfigs.isNoDisturbOn | ( | ) |
Gets whether to enable offline push without disturbing. Sets it by PushManager#disableOfflinePush(int, int).
boolean io.agora.chat.PushConfigs.silentModeEnabled | ( | ) |
Gets whether to silent the offline push. Sets it by PushManager#disableOfflinePush(int, int).