toggle menu
Kaluga
1.3.0-SNAPSHOT
common
switch theme
search in API
bluetooth
/
com.splendo.kaluga.bluetooth.device
/
DeviceConnectionManager
/
Event
/
Disconnected
Disconnected
data
class
Disconnected
(
val
onDisconnect
:
suspend
(
)
->
Unit
)
:
DeviceConnectionManager.Event
Event
indicating the device did disconnect
Members
Constructors
Disconnected
Link copied to clipboard
constructor
(
onDisconnect
:
suspend
(
)
->
Unit
)
Properties
on
Disconnect
Link copied to clipboard
val
onDisconnect
:
suspend
(
)
->
Unit
the action to execute once the event has been handled