ChatSilentModeParam class
离线推送设置参数类。
Constructors
- ChatSilentModeParam.remindType(ChatPushRemindType? remindType)
- 设置离线推送通知类型。
- ChatSilentModeParam.silentDuration(int? silentDuration)
- 设置离线推免打扰时长。 Param silentDuration 离线推送免打扰时长,单位为分钟。
- ChatSilentModeParam.silentModeInterval({required ChatSilentModeTime? startTime, required ChatSilentModeTime? endTime})
- 设置离线推送免打扰的开始时间,需要同时创建开始时间和结束时间。
Properties
- endTime → ChatSilentModeTime?
-
离线推送免打扰结束时间。
final
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- remindType → ChatPushRemindType?
-
离线推送通知类型。
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- silentDuration → int?
-
离线push免打扰时长。
final
- startTime → ChatSilentModeTime?
-
离线推送免打扰的开始时间。
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited