ActionCallbackBroadcastReceiver

open class ActionCallbackBroadcastReceiver : BroadcastReceiver


Responds to broadcasts from RunCallbackAction clicks by executing the associated action.

Summary

Public constructors

Public functions

open Unit
onReceive(context: Context?, intent: Intent?)

Public constructors

ActionCallbackBroadcastReceiver

Added in 1.2.0-alpha01
ActionCallbackBroadcastReceiver()

Public functions

onReceive

Added in 1.2.0-alpha01
open fun onReceive(context: Context?, intent: Intent?): Unit