StateContext

data class StateContext(val hostController: BluetoothHost?, val activeDevice: BluetoothDevice?) : BaseContextState

Constructors

Link copied to clipboard
fun StateContext(hostController: BluetoothHost?, activeDevice: BluetoothDevice?)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun value(): String

Properties

Link copied to clipboard
val activeDevice: BluetoothDevice?
Link copied to clipboard
val hostController: BluetoothHost?