MessagePriorityEnum enum Enums

消息优先级

Inheritance

Constructors

MessagePriorityEnum()
const

Values

V2TIM_PRIORITY_DEFAULT → const MessagePriorityEnum

默认为普通优先级

V2TIM_PRIORITY_HIGH → const MessagePriorityEnum

高优先级,一般用于礼物等重要消息

V2TIM_PRIORITY_NORMAL → const MessagePriorityEnum

普通优先级,一般用于普通消息

V2TIM_PRIORITY_LOW → const MessagePriorityEnum

低优先级,一般用于点赞消息

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<MessagePriorityEnum>
A constant List of the values in this enum, in order of their declaration.