toggle menu
Spezi Documentation
androidJvm
switch theme
search in API
app
/
edu.stanford.bdh.engagehf.bluetooth.data.models
/
BluetoothUiState
/
Ready
Ready
data
class
Ready
(
val
header
:
Int
?
,
val
devices
:
List
<
DeviceUiModel
>
)
:
BluetoothUiState
Members
Constructors
Ready
Link copied to clipboard
constructor
(
header
:
Int
?
,
devices
:
List
<
DeviceUiModel
>
)
Properties
devices
Link copied to clipboard
val
devices
:
List
<
DeviceUiModel
>
header
Link copied to clipboard
val
header
:
Int
?