ChatPresence class
The presence property class that contains presence properties, including the publisher's user ID and current presence state, and the platform used by the online device, as well as the presence's extension information, update time, and subscription expiration time.
Properties
- expiryTime → int
-
The expiration time of the presence subscription.
final
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- lastTime → int
-
The presence update time, which is generated by the server.
final
- publisher → String
-
The user ID of the presence publisher.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- statusDescription → String
-
The presence description information.
final
-
statusDetails
↔ Map<
String, int> ? -
The details of the current presence state.
read / write
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