braze-android-sdk
Toggle table of contents
42.2.0
release
Target filter
release
Switch theme
Search in API
Skip to content
braze-android-sdk
braze-android-sdk
/
com.braze.location
/
BrazeActionReceiver
/
ActionReceiver
Action
Receiver
release
@
VisibleForTesting
internal
class
ActionReceiver
(
val
applicationContext
:
Context
,
val
intent
:
Intent
)
Members
Constructors
Action
Receiver
Link copied to clipboard
release
constructor
(
applicationContext
:
Context
,
intent
:
Intent
)
Types
Companion
Link copied to clipboard
release
object
Companion
Properties
action
Link copied to clipboard
release
private
val
action
:
String
?
application
Context
Link copied to clipboard
release
private
val
applicationContext
:
Context
intent
Link copied to clipboard
release
private
val
intent
:
Intent
Functions
perform
Work
Link copied to clipboard
release
@
VisibleForTesting
fun
performWork
(
)
Performs the work as specified by the intent action.
run
Link copied to clipboard
release
fun
run
(
)