RCIMIWCustomMessagePolicy enum

Inheritance
Available extensions

Values

command → const RCIMIWCustomMessagePolicy

客户端不存储,支持离线消息机制,不计入未读消息数

normal → const RCIMIWCustomMessagePolicy

客户端存储,支持离线消息机制,且存入服务端历史消息,计入未读消息数

status → const RCIMIWCustomMessagePolicy

客户端不存储,服务端不存储,不计入未读消息数

storage → const RCIMIWCustomMessagePolicy

客户端存储,支持离线消息机制,且存入服务端历史消息,不计入未读消息数

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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.