MessagePriority class Enums
消息优先级
Constructors
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited
Constants
- V2TIM_PRIORITY_DEFAULT → const int
-
默认为普通优先级
0
- V2TIM_PRIORITY_HIGH → const int
-
高优先级,一般用于礼物等重要消息
1
- V2TIM_PRIORITY_LOW → const int
-
低优先级,一般用于点赞消息
3
- V2TIM_PRIORITY_NORMAL → const int
-
普通优先级,一般用于普通消息
2