MessageState

enum MessageState : Enum<MessageState>

Entries

Link copied to clipboard

Incoming message that is unread.

Link copied to clipboard

Incoming message that is read.

Link copied to clipboard

Outgoing message that is queued.

Link copied to clipboard

Outgoing message that is in the process of being sent.

Link copied to clipboard

Outgoing message that has been sent.

Link copied to clipboard

Outgoing message that has been delivered.

Link copied to clipboard

Outgoing message that has been read by the recipient.

Link copied to clipboard

Outgoing message that could not be delivered.

Inherited properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int