ChatPresenceStatusDetail class
~english The presence details, including the platform used by the publisher's current online device and the current presence state. ~end
~chinese 用户在线状态详情。 ~end
Constructors
- ChatPresenceStatusDetail.fromJson(Map map)
-
factory
Properties
- device → String
-
~english
The platform used by the current online device of the publisher, which can be "ios", "android", "linux", "win", or "webim".
~end
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → int
-
~english
The current presence state of the publisher.
~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