ChatSilentModeParam.remindType constructor
- ChatPushRemindType? remindType
~english Set the offline push notification type.
Param remindType Offline push notification type.
~end
~chinese 设置离线推送通知类型。
Param remindType 离线推送通知类型。
~end
Implementation
ChatSilentModeParam.remindType(
this.remindType,
) : silentDuration = null,
startTime = null,
endTime = null,
_paramType = ChatSilentModeParamType.REMIND_TYPE;