Status

annotation class Status

Functions

annotationType
Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
equals
Link copied to clipboard
abstract fun equals(p: Any): Boolean
hashCode
Link copied to clipboard
abstract fun hashCode(): Int
toString
Link copied to clipboard
abstract fun toString(): String

Properties

AuthenticationInvalid
Link copied to clipboard
val AuthenticationInvalid: Int
Connected
Link copied to clipboard
val Connected: Int
ConnectedWithoutSession
Link copied to clipboard
val ConnectedWithoutSession: Int
CreatingSession
Link copied to clipboard
val CreatingSession: Int
Disconnected
Link copied to clipboard
val Disconnected: Int
Unknown
Link copied to clipboard
val Unknown: Int