Unknown

data class Unknown(val status: Int) : State.Disconnected.Status

Catch-all for any statuses that are unknown for a platform.

Constructors

Link copied to clipboard
constructor(status: Int)

Properties

Link copied to clipboard
val status: Int