ChatSilentModeParam.remindType constructor

ChatSilentModeParam.remindType(
  1. ChatPushRemindType? remindType
)

Set the offline push notification type.

Param remindType Offline push notification type.

Implementation

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