ZIMUserStatus class
Contains data about the user's online status.
Constructors
Properties
- customStatus ↔ String
-
The user custom status.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastCustomStatusUpdateTime ↔ int
-
The timestamp of the last change of the user custom status.
getter/setter pair
- lastOnlineStatusUpdateTime ↔ int
-
The timestamp of the last change of the user online status, which can be used to show that the user was offline/logged in before xxx minutes.
getter/setter pair
- lastUpdateTime ↔ int
-
getter/setter pair
-
onlinePlatforms
↔ List<
ZIMPlatformType> -
The list of online platforms of the current user can be used to display the online platforms of the user, such as iPhone online and PC online. Please refer to ZIMPlatform for the meanings of the numbers.
getter/setter pair
- onlineStatus ↔ ZIMUserOnlineStatus
-
Enumeration that represents the current online status of the user.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- userID ↔ String
-
A unique identifier for a single user.
getter/setter pair
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