Sync Android SDK
Sync Android SDK
/
com.twilio.sync
/
SyncClient
/
ConnectionState
Connection
State
enum
ConnectionState
Content copied to clipboard
Enum representing underlying twilsock connection state.
Entries
Functions
Properties
Entries
CONNECTING
Link copied to clipboard
CONNECTING
Content copied to clipboard
CONNECTED
Link copied to clipboard
CONNECTED
Content copied to clipboard
DISCONNECTED
Link copied to clipboard
DISCONNECTED
Content copied to clipboard
DENIED
Link copied to clipboard
DENIED
Content copied to clipboard
ERROR
Link copied to clipboard
ERROR
Content copied to clipboard
FATAL_ERROR
Link copied to clipboard
FATAL_ERROR
Content copied to clipboard
Functions
from
Int
Link copied to clipboard
open
fun
fromInt
(
value
:
Int
)
:
SyncClient.ConnectionState
Content copied to clipboard
value
Of
Link copied to clipboard
open
fun
valueOf
(
name
:
String
)
:
SyncClient.ConnectionState
Content copied to clipboard
values
Link copied to clipboard
open
fun
values
(
)
:
Array
<
SyncClient.ConnectionState
>
Content copied to clipboard
Properties
value
Link copied to clipboard
val
value
:
Int
Content copied to clipboard