ChatSilentModeParam.remindType constructor

ChatSilentModeParam.remindType(
  1. ChatPushRemindType? remindType
)

设置离线推送通知类型。

Param remindType 离线推送通知类型。

Implementation

ChatSilentModeParam.remindType(
  this.remindType,
)   : this.silentDuration = null,
      this.startTime = null,
      this.endTime = null,
      this._paramType = ChatSilentModeParamType.REMIND_TYPE;