IClientStatus class abstract

Constructors

IClientStatus()

Properties

desktop UserStatus
The user's status set for an active desktop (Windows, Linux, Mac) application session
no setter
hashCode int
The hash code for this object.
no setterinherited
isOnline bool
Returns if user is online
no setter
phone UserStatus
The user's status set for an active web (browser, bot account) application session
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
web UserStatus
The user's status set for an active mobile (iOS, Android) application session
no setter

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