RCIMIWReceivedStatus enum
Values
- unread → const RCIMIWReceivedStatus
-
未读
- read → const RCIMIWReceivedStatus
-
已读
- listened → const RCIMIWReceivedStatus
-
已听
- downloaded → const RCIMIWReceivedStatus
-
已下载
- retrieved → const RCIMIWReceivedStatus
-
该消息已经被其他登录的多端收取过。(即该消息已经被其他端收取过后。当前端才登录,并重新拉取了这条消息。客户可以通过这个状态更新UI,比如不再提示)
- multipleReceive → const RCIMIWReceivedStatus
-
该消息是被多端同时收取的。(即其他端正同时登录,一条消息被同时发往多端。客户可以通过这个状态值更新自己的某些UI状态)。
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<
RCIMIWReceivedStatus> - A constant List of the values in this enum, in order of their declaration.