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