STREAMWIDE SDK Android 3.12.1
STREAMWIDE SDK Android 3.12.1
/
com.streamwide.smartms.lib.core.api.account
/
ConnectionState
Connection
State
@
Retention
(
value
=
RetentionPolicy.SOURCE
)
annotation class
ConnectionState
Content copied to clipboard
Inherited functions
Properties
Properties
STATE_CONNECTED
Link copied to clipboard
val
STATE_CONNECTED
:
String
Content copied to clipboard
means the client is connected to the backend
STATE_CONNECTING
Link copied to clipboard
val
STATE_CONNECTING
:
String
Content copied to clipboard
means the client is trying to reach the server
STATE_IDLE
Link copied to clipboard
val
STATE_IDLE
:
String
Content copied to clipboard
there is no session between client and backend
Inherited functions
annotation
Type
Link copied to clipboard
abstract
fun
annotationType
(
)
:
Class
<
out
Annotation
>
Content copied to clipboard
equals
Link copied to clipboard
abstract
fun
equals
(
p
:
Any
)
:
Boolean
Content copied to clipboard
hash
Code
Link copied to clipboard
abstract
fun
hashCode
(
)
:
Int
Content copied to clipboard
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String
Content copied to clipboard