ChatSilentModeResult class
Offline push DND result class.
Constructors
- ChatSilentModeResult(int? expireTimestamp, ChatConversationType conversationType, String conversationId, ChatPushRemindType? remindType, ChatSilentModeTime? startTime, ChatSilentModeTime? endTime)
- Offline push DND result class.
- ChatSilentModeResult.fromJson(Map map)
-
factory
Properties
- conversationId → String
-
The Conversation ID.
final
- conversationType → ChatConversationType
-
The Conversation Type.
final
- endTime → ChatSilentModeTime?
-
The end time of offline push DND.
final
- expireTimestamp → int?
-
Obtain the offline push DND expiration timestamp.
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
- 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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited