ChatSilentModeResult class
离线推送免打扰结果。
Constructors
- ChatSilentModeResult(int? expireTimestamp, EMConversationType conversationType, String conversationId, ChatPushRemindType? remindType, ChatSilentModeTime? startTime, ChatSilentModeTime? endTime)
- 离线推送免打扰结果类。
- ChatSilentModeResult.fromJson(Map map)
-
factory
Properties
- conversationId → String
-
会话ID
final
- conversationType → EMConversationType
-
会话类型
final
- endTime → ChatSilentModeTime?
-
离线推送免打扰结束时间。
final
- expireTimestamp → int?
-
获取离线推送免打扰到期时间戳。
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
- startTime → ChatSilentModeTime?
-
离线推送免打扰的开始时间。
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