hyphenate_SDK3.0 4.0.0
hyphenate java IM SDK
|
Inherits com.hyphenate.chat.EMBase< T >.
Classes | |
enum | EMSilentModeParamType |
Public Member Functions | |
EMSilentModeParam (EMSilentModeParamType paramType) | |
EMSilentModeParam (EMASilentModeParam param) | |
EMSilentModeParam | setParamType (EMSilentModeParamType paramType) |
EMSilentModeParam | setRemindType (EMPushManager.EMPushRemindType remindType) |
EMSilentModeParam | setSilentModeDuration (int silentDuration) |
EMSilentModeParam | setSilentModeInterval (EMSilentModeTime startTime, EMSilentModeTime endTime) |
Offline push Settings parameter entity class
com.hyphenate.chat.EMSilentModeParam.EMSilentModeParam | ( | EMSilentModeParamType | paramType | ) |
Have the cords structure.
paramType | The parameter types. |
EMSilentModeParam com.hyphenate.chat.EMSilentModeParam.setParamType | ( | EMSilentModeParamType | paramType | ) |
Setting parameter Type.
paramType | The parameter types. |
EMSilentModeParam com.hyphenate.chat.EMSilentModeParam.setRemindType | ( | EMPushManager.EMPushRemindType | remindType | ) |
Set the offline push notification type.
remindType | Offline push notification type. |
EMSilentModeParam com.hyphenate.chat.EMSilentModeParam.setSilentModeDuration | ( | int | silentDuration | ) |
Set the offline push DND duration.
silentDuration | Offline push DND duration, units of minutes. |
EMSilentModeParam com.hyphenate.chat.EMSilentModeParam.setSilentModeInterval | ( | EMSilentModeTime | startTime, |
EMSilentModeTime | endTime | ||
) |
Set the start time of offline push DND.
startTime | Do not disturb start time. |
endTime | Do not disturb end time. |