SendState

enum SendState : Enum<SendState>

Entries

Link copied to clipboard

The state is unknown.

Link copied to clipboard

The event has not been sent.

Link copied to clipboard

The event is encrypting.

Link copied to clipboard

The event is currently sending.

Link copied to clipboard

The event has been sent.

Link copied to clipboard

The event has been received from server.

Link copied to clipboard

The event failed to be sent.

Link copied to clipboard

The event failed to be sent because some unknown devices have been found while encrypting it.

Functions

Link copied to clipboard
fun hasFailed(): Boolean
Link copied to clipboard
fun isInProgress(): Boolean
Link copied to clipboard
fun isSending(): Boolean
Link copied to clipboard
fun isSent(): Boolean

Properties

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