ScatterbrainBroadcastReceiver

interface ScatterbrainBroadcastReceiver

Functions

addOnReceiveCallback
Link copied to clipboard
abstract fun addOnReceiveCallback(r: suspend (HandshakeResult) -> Unit)
addOnResultCallback
Link copied to clipboard
abstract fun addOnResultCallback(handle: Int, r: AsyncCallback)
register
Link copied to clipboard
abstract fun register()
removeOnReceiveCallback
Link copied to clipboard
abstract fun removeOnReceiveCallback(r: suspend (HandshakeResult) -> Unit)
removeOnResultCallback
Link copied to clipboard
abstract fun removeOnResultCallback(handle: Int)
unregister
Link copied to clipboard
abstract fun unregister()
wipeAsyncCallbacks
Link copied to clipboard
abstract fun wipeAsyncCallbacks()
wipeResultCallbacks
Link copied to clipboard
abstract fun wipeResultCallbacks()

Inheritors

ScatterbrainBroadcastReceiverImpl
Link copied to clipboard