UserOnlineStatus enum
用户在线状态
Values
- offline → const UserOnlineStatus
-
对端用户离线
对端用户已登出或尚未登录
- online → const UserOnlineStatus
-
对端用户在线
对端已登录并且连接状态正常
- unreachable → const UserOnlineStatus
-
无法获取对端用户在线状态
发生级联错误、对端用户在线状态异常时返回
Properties
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
Constants
-
values
→ const List<
UserOnlineStatus> - A constant List of the values in this enum, in order of their declaration.