ConnectionState

enum ConnectionState

Represents underlying twilsock connection state.

Entries

Link copied to clipboard

Transport is trying to connect and register or trying to recover.

Link copied to clipboard

Transport is working.

Link copied to clipboard

Transport is not working.

Link copied to clipboard

Transport was not enabled because authentication token is invalid or not authorized.

Link copied to clipboard

Error in connecting or sending transport message. Possibly due to offline.

Link copied to clipboard

Server has rejected enabling transport and customer action is required.

Functions

Link copied to clipboard
open fun fromInt(value: Int): ConversationsClient.ConnectionState
Link copied to clipboard
open fun valueOf(name: String): ConversationsClient.ConnectionState
Link copied to clipboard
open fun values(): Array<ConversationsClient.ConnectionState>

Properties

Link copied to clipboard
val value: Int