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,
)   : silentDuration = null,
      startTime = null,
      endTime = null,
      _paramType = ChatSilentModeParamType.REMIND_TYPE;