Receiver

protected fun interface Receiver(source)

Callback for creating BroadcastReceiver that belong to the Service context, without exposing the Service to implementors of TorServiceUI.

See also

Functions

Link copied to clipboard
abstract fun onReceive(intent: Intent?)