|
agora_chat_SDK
3.8.2
agorajavachatSDK
|
Inherits io.agora.chat.EMBase< T >.
Public Member Functions | |
| PushConfigs (EMAPushConfigs pushConfigs) | |
| String | getDisplayNickname () |
| boolean | isNoDisturbOn () |
| int | getNoDisturbStartHour () |
| int | getNoDisturbEndHour () |
| PushManager.DisplayStyle | getDisplayStyle () |
Push configs info class
| String io.agora.chat.PushConfigs.getDisplayNickname | ( | ) |
Get the push nickname
| 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
| boolean io.agora.chat.PushConfigs.isNoDisturbOn | ( | ) |
Gets whether to enable offline push without disturbing Set by PushManager#disableOfflinePush(int, int)
1.8.9