ChatSilentModeParam.remindType constructor

ChatSilentModeParam.remindType(
  1. ChatPushRemindType? remindType
)

设置离线推送通知类型。

Param remindType 离线推送通知类型。

Implementation

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