Mutating

A RequiresServicesDiscoveredBinding that mutates the object when availability changes.

Functions

Link copied to clipboard
abstract fun onAvailable(action: T.() -> T)

Sets up a Transformation action when RemoteService become available.

Link copied to clipboard
abstract fun onUnavailable(action: T.() -> T)

Sets up a Transformation action when RemoteService become unavailable.