Disconnected

data class Disconnected(val onDisconnect: suspend () -> Unit) : DeviceConnectionManager.Event

Event indicating the device did disconnect

Constructors

Link copied to clipboard
constructor(onDisconnect: suspend () -> Unit)

Properties

Link copied to clipboard
val onDisconnect: suspend () -> Unit

the action to execute once the event has been handled