|
Chat SDK for Android v1.3.1
agora java chat SDK
|
Inherits io.agora.chat.EMBase< T >.
Public Member Functions | |
| String | getDisplayNickname () |
| boolean | isNoDisturbOn () |
| boolean | silentModeEnabled () |
| int | getNoDisturbStartHour () |
| int | getSilentModeStart () |
| int | getNoDisturbEndHour () |
| int | getSilentModeEnd () |
| PushManager.DisplayStyle | getDisplayStyle () |
The push configuration class.
| String io.agora.chat.PushConfigs.getDisplayNickname | ( | ) |
Gets the nickname of the notification sender displayed in the notification bar.
| PushManager.DisplayStyle io.agora.chat.PushConfigs.getDisplayStyle | ( | ) |
Gets the display style of offline push notifications.
| int io.agora.chat.PushConfigs.getNoDisturbEndHour | ( | ) |
Gets the end hour of the do-not-disturb period.
| int io.agora.chat.PushConfigs.getNoDisturbStartHour | ( | ) |
Gets the start hour of the do-not-disturb time frame.
The time is based on a 24-hour clock.
| int io.agora.chat.PushConfigs.getSilentModeEnd | ( | ) |
Gets the end hour of the do-not-disturb period.
| int io.agora.chat.PushConfigs.getSilentModeStart | ( | ) |
Gets the start hour of the do-not-disturb period.
| boolean io.agora.chat.PushConfigs.isNoDisturbOn | ( | ) |
Gets whether the do-not-disturb mode is enabled for offline push.
You can enable the do-not-disturb mode by calling PushManager#disableOfflinePush(int, int).
| boolean io.agora.chat.PushConfigs.silentModeEnabled | ( | ) |
Gets whether the do-not-disturb mode is enabled for offline push.
You can enable the do-not-disturb mode by calling PushManager#disableOfflinePush(int, int).