hyphenate_SDK3.0
3.8.6.1
hyphenate java IM SDK
|
Inherits com.hyphenate.chat.EMBase< T >.
Public Member Functions | |
EMPushConfigs (EMAPushConfigs pushConfigs) | |
String | getDisplayNickname () |
boolean | isNoDisturbOn () |
int | getNoDisturbStartHour () |
int | getNoDisturbEndHour () |
EMPushManager.DisplayStyle | getDisplayStyle () |
Push configs info class
String com.hyphenate.chat.EMPushConfigs.getDisplayNickname | ( | ) |
Get the push nickname
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
boolean com.hyphenate.chat.EMPushConfigs.isNoDisturbOn | ( | ) |
Gets whether to enable offline push without disturbing Set by EMPushManager#disableOfflinePush(int, int)