MessagePriority class
消息优先级
Constructors
Properties
- hashCode → int
-
The hash code for this object.
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
- V2TIM_PRIORITY_DEFAULT → const int
- 默认为普通优先级
- V2TIM_PRIORITY_HIGH → const int
- 高优先级,一般用于礼物等重要消息
- V2TIM_PRIORITY_LOW → const int
- 低优先级,一般用于点赞消息
- V2TIM_PRIORITY_NORMAL → const int
- 普通优先级,一般用于普通消息