Notification

sealed class Notification : DeviceAction

A DeviceAction that updates that notifying status of a com.splendo.kaluga.bluetooth.Characteristic

Inheritors

Types

Link copied to clipboard
class Disable(val characteristic: Characteristic) : DeviceAction.Notification

A Notification that stops notifying

Link copied to clipboard
class Enable(val characteristic: Characteristic) : DeviceAction.Notification

A Notification that starts notifying

Properties

Link copied to clipboard
val completedSuccessfully: CompletableDeferred<Boolean>

A Deferred that will be completed with true if DeviceAction was completed successfully, or false if DeviceAction failed