MessagePriorityEnum enum Enums
消息优先级
Values
- V2TIM_PRIORITY_DEFAULT → const MessagePriorityEnum
-
默认为普通优先级
- V2TIM_PRIORITY_HIGH → const MessagePriorityEnum
-
高优先级,一般用于礼物等重要消息
- V2TIM_PRIORITY_NORMAL → const MessagePriorityEnum
-
普通优先级,一般用于普通消息
- V2TIM_PRIORITY_LOW → const MessagePriorityEnum
-
低优先级,一般用于点赞消息
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<
MessagePriorityEnum> - A constant List of the values in this enum, in order of their declaration.