ActionReceiver

internal class ActionReceiver(val applicationContext: Context, val intent: Intent)

Constructors

Link copied to clipboard
constructor(applicationContext: Context, intent: Intent)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
private val action: String?
Link copied to clipboard
Link copied to clipboard
private val intent: Intent

Functions

Link copied to clipboard

Performs the work as specified by the intent action.

Link copied to clipboard
fun run()