NonMutating
interface NonMutating<T, Notification> : RemoteCharacteristicBinding.ObserveBuilder<T, Notification, Unit>
A ObserveBuilder that does not mutate the object when a RemoteCharacteristic receives a Notification.
Functions
Link copied to clipboard
abstract fun mutate(builder: RemoteCharacteristicBinding.ObserveBuilder.Mutating<T, Notification>.() -> Unit)
Creates a Mutating that mutates the object when when a RemoteCharacteristic receives a Notification.
Link copied to clipboard
Sets up a Transformation when a Notification is received from a RemoteCharacteristic.