LVIMMessageSendState class

消息发送状态

Constructors

LVIMMessageSendState()

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

SEND_STATE_ENCODE_MEDIA_FAILED → const int
消息多媒体转码失败;暂时只有视频
SEND_STATE_FAILED → const int
消息发送失败
SEND_STATE_MEDIA_FAILED → const int
消息上传多媒体文件失败
SEND_STATE_READED_ACK → const int
消息已读回执
SEND_STATE_RECEIVED_READ → const int
消息已收到——自己已读
SEND_STATE_RECEIVED_UNREAD → const int
消息已收到——自己未读
SEND_STATE_SENDING → const int
消息发送中
SEND_STATE_SENT_SUCC_READ → const int
消息发送成功——对方已读
SEND_STATE_SENT_SUCC_UNREAD → const int
消息发送成功——对方未读