EMSearchDirection enum

~english The message search directions. ~end

~chinese 消息检索方向类型枚举。 ~end

Inheritance

Constructors

EMSearchDirection()
const

Values

Up → const EMSearchDirection

~english Messages are retrieved in the reverse chronological order of when the server receives the message. ~end

~chinese 按消息中的时间戳的倒序搜索。 ~end

Down → const EMSearchDirection

~english Messages are retrieved in the chronological order of when the server receives the message. ~end

~chinese 按消息中的时间戳的顺序搜索。 ~end

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