Classes | |
| enum | SilentModeParamType |
Public Member Functions | |
| SilentModeParam (SilentModeParamType paramType) | |
| SilentModeParam | setParamType (SilentModeParamType paramType) |
| SilentModeParam | setRemindType (PushManager.PushRemindType remindType) |
| SilentModeParam | setSilentModeDuration (int silentDuration) |
| SilentModeParam | setSilentModeInterval (SilentModeTime startTime, SilentModeTime endTime) |
The offline push parameter entity class.
| io.agora.chat.SilentModeParam.SilentModeParam | ( | SilentModeParamType | paramType | ) |
Parameterized constructor.
| paramType | The parameter type. |
| SilentModeParam io.agora.chat.SilentModeParam.setParamType | ( | SilentModeParamType | paramType | ) |
Sets the parameter type.
| paramType | The parameter type. |
| SilentModeParam io.agora.chat.SilentModeParam.setRemindType | ( | PushManager.PushRemindType | remindType | ) |
Sets the offline push notification type.
| remindType | The offline push notification type. |
| SilentModeParam io.agora.chat.SilentModeParam.setSilentModeDuration | ( | int | silentDuration | ) |
Sets the do-not-disturb duration for offline push.
| silentDuration | The do-not-disturb duration in minutes. |
| SilentModeParam io.agora.chat.SilentModeParam.setSilentModeInterval | ( | SilentModeTime | startTime, |
| SilentModeTime | endTime ) |
Sets the do-not-disturb time frame for offline push.
| startTime | The start time of the do-not-disturb time frame. |
| endTime | The end time of the do-not-disturb time frame. |