//kotlin-sdk/fr.gasmartbuilding.gasmartaccessreadersdk/HardwareState
HardwareState
[androidJvm]\ data class HardwareState(val isBluetoothEnabled: Boolean)
Represents the state of various hardware states in the application.
Constructors
HardwareState | [androidJvm] constructor(isBluetoothEnabled: Boolean) |
Properties
Name | Summary |
---|---|
isBluetoothEnabled | [androidJvm] val isBluetoothEnabled: Boolean |