ChatSearchDirection enum
~english The message search directions. ~end
~chinese 消息检索方向类型枚举。 ~end
Constructors
- ChatSearchDirection()
- 
          
            const
Values
- Up → const ChatSearchDirection
- 
  ~english Messages are retrieved in the reverse chronological order of when the server receives the message. ~end ~chinese 按消息中的时间戳的倒序搜索。 ~end 
- Down → const ChatSearchDirection
- 
  ~english Messages are retrieved in the chronological order of when the server receives the message. ~end ~chinese 按消息中的时间戳的顺序搜索。 ~end 
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<ChatSearchDirection> 
- A constant List of the values in this enum, in order of their declaration.