ChatSilentModeParam class

Offline push Settings parameter entity class.

Constructors

ChatSilentModeParam.remindType(ChatPushRemindType? remindType)
Set the offline push notification type.
ChatSilentModeParam.silentDuration(int? silentDuration)
Set the offline push DND duration.
ChatSilentModeParam.silentModeInterval({required ChatSilentModeTime? startTime, required ChatSilentModeTime? endTime})
Set the start time of offline push DND, you need to create the start time and end time together.

Properties

endTime ChatSilentModeTime?
The end time of offline push DND.
final
hashCode int
The hash code for this object.
read-onlyinherited
remindType ChatPushRemindType?
The offline push notification type.
final
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
silentDuration int?
The offline push DND duration.
final
startTime ChatSilentModeTime?
The start time of offline push DND.
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