RCIMIWPushNotificationLevel enum

Inheritance
Available extensions

Values

allMessage → const RCIMIWPushNotificationLevel

与融云服务端断开连接后,当前用户可针对指定类型会话中的所有消息接收通知。

none → const RCIMIWPushNotificationLevel

未设置。未设置时均为此初始状态。

mention → const RCIMIWPushNotificationLevel

与融云服务端断开连接后,当前用户仅针对指定类型的会话中提及(@)当前用户和全体群成员的消息接收通知。

mentionUsers → const RCIMIWPushNotificationLevel

与融云服务端断开连接后,当前用户仅针对指定类型的会话中提及(@)当前用户的消息接收通知。例如:张三只会接收“@张三Hello”的消息的通知。

mentionAll → const RCIMIWPushNotificationLevel

与融云服务端断开连接后,当前用户仅针对指定类型的会话中提及(@)全部群成员的消息接收通知。

blocked → const RCIMIWPushNotificationLevel

当前用户针对指定类型的会话中的任何消息都不接收推送通知。

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
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<RCIMIWPushNotificationLevel>
A constant List of the values in this enum, in order of their declaration.