Receiver
class Receiver(shuttle: Shuttle, scope: CoroutineScope, visibilityObservable: ShuttleVisibilityObservable, handleNoResponseReceived: Boolean = false) : BroadcastReceiver
A receiver that receives and processes broadcasts from the RemoteService.
Parameters
shuttle
used to store and pickup oversized cargo from the warehouse
scope
for emitting IOResults via Channels
handleNoResponseReceived
true to handle the situation when the app keeps showing the loading screen after a transaction too large exception is thrown in the service process
Constructors
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Receives and processes broadcasts from the RemoteService.
Link copied to clipboard
Link copied to clipboard
Releases the resources.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Unregisters the receiver, catching a logging associated errors.