ChatSilentModeResult class

~english Offline push DND result class. ~end

~chinese 离线推送免打扰结果。 ~end

Constructors

ChatSilentModeResult(int? expireTimestamp, EMConversationType conversationType, String conversationId, ChatPushRemindType? remindType, ChatSilentModeTime? startTime, ChatSilentModeTime? endTime)
~english Offline push DND result class. ~end
ChatSilentModeResult.fromJson(Map map)
factory

Properties

conversationId String
~english The Conversation ID. ~end
final
conversationType EMConversationType
~english The Conversation Type. ~end
final
endTime ChatSilentModeTime?
~english The end time of offline push DND. ~end
final
expireTimestamp int?
~english Obtain the offline push DND expiration timestamp. ~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
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
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited