LVIMMsgState enum
Constructors
- LVIMMsgState()
-
const
Values
- sending → const LVIMMsgState
-
const LVIMMsgState(0)
- failed → const LVIMMsgState
-
const LVIMMsgState(1)
- sent_succ_unread → const LVIMMsgState
-
const LVIMMsgState(2)
- sent_succ_read → const LVIMMsgState
-
const LVIMMsgState(3)
- receive_unread → const LVIMMsgState
-
const LVIMMsgState(4)
- receive_read → const LVIMMsgState
-
const LVIMMsgState(5)
- encode_media_failed → const LVIMMsgState
-
const LVIMMsgState(6)
- media_failed → const LVIMMsgState
-
const LVIMMsgState(7)
- readed_ack → const LVIMMsgState
-
const LVIMMsgState(8)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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<
LVIMMsgState> -
A constant List of the values in this enum, in order of their declaration.
[sending, failed, sent_succ_unread, sent_succ_read, receive_unread, receive_read, encode_media_failed, media_failed, readed_ack]