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