agora_chat_SDK 1.0.6
agora java chat SDK
|
Inherits io.agora.chat.EMBase< T >.
Classes | |
enum | SilentModeParamType |
Public Member Functions | |
SilentModeParam (SilentModeParamType paramType) | |
SilentModeParam (EMASilentModeParam param) | |
SilentModeParam | setParamType (SilentModeParamType paramType) |
SilentModeParam | setRemindType (PushManager.PushRemindType remindType) |
SilentModeParam | setSilentModeDuration (int silentDuration) |
SilentModeParam | setSilentModeInterval (SilentModeTime startTime, SilentModeTime endTime) |
Offline push Settings parameter entity class
io.agora.chat.SilentModeParam.SilentModeParam | ( | SilentModeParamType | paramType | ) |
Have the cords structure.
paramType | The parameter types. |
SilentModeParam io.agora.chat.SilentModeParam.setParamType | ( | SilentModeParamType | paramType | ) |
Setting parameter Type.
paramType | The parameter types. |
SilentModeParam io.agora.chat.SilentModeParam.setRemindType | ( | PushManager.PushRemindType | remindType | ) |
Set the offline push notification type.
remindType | Offline push notification type. |
SilentModeParam io.agora.chat.SilentModeParam.setSilentModeDuration | ( | int | silentDuration | ) |
Set the offline push DND duration.
silentDuration | Offline push DND duration, units of minutes. |
SilentModeParam io.agora.chat.SilentModeParam.setSilentModeInterval | ( | SilentModeTime | startTime, |
SilentModeTime | endTime | ||
) |
Set the start time of offline push DND.
startTime | Do not disturb start time. |
endTime | Do not disturb end time. |