HistoryMessageGetType class Enums

获取历史消息类型

Constructors

HistoryMessageGetType()

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_GET_CLOUD_NEWER_MSG → const int
获取云端更新的消息
V2TIM_GET_CLOUD_OLDER_MSG → const int
获取云端更老的消息
V2TIM_GET_LOCAL_NEWER_MSG → const int
获取本地更新的消息
V2TIM_GET_LOCAL_OLDER_MSG → const int
获取本地更老的消息