RCIMIWCustomMessagePolicy enum
Values
- command → const RCIMIWCustomMessagePolicy
-
客户端不存储,支持离线消息机制,不计入未读消息数
- normal → const RCIMIWCustomMessagePolicy
-
客户端存储,支持离线消息机制,且存入服务端历史消息,计入未读消息数
- status → const RCIMIWCustomMessagePolicy
-
客户端不存储,服务端不存储,不计入未读消息数
- storage → const RCIMIWCustomMessagePolicy
-
客户端存储,支持离线消息机制,且存入服务端历史消息,不计入未读消息数
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<
RCIMIWCustomMessagePolicy> - A constant List of the values in this enum, in order of their declaration.