ChatSilentModeParam class

~english Offline push Settings parameter entity class. ~end

~chinese 离线推送设置参数类。 ~end

Constructors

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

Properties

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