ObserveBuilder

Builder for setting up binding to an object T so that it may be changed when the Notification from a RemoteCharacteristic changed.

Inheritors

Types

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
abstract fun onNotification(action: suspend T.(Notification) -> Transformation)

Sets up a Transformation when a Notification is received from a RemoteCharacteristic.