Batch Android SDK
Toggle table of contents
3.0.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Batch Android SDK
Batch Android SDK
/
com.batch.android
/
UserAction
User
Action
open
class
UserAction
Model that represents an user action, which can be triggered by Batch SDK in various contexts.
Members
Constructors
User
Action
Link copied to clipboard
constructor
(
@
NonNull
identifier
:
String
,
@
NonNull
runnable
:
UserActionRunnable
)
Construct an Action for the specified parameters
Properties
identifier
Link copied to clipboard
@get:
NonNull
open
val
identifier
:
String
runnable
Link copied to clipboard
@get:
NonNull
open
val
runnable
:
UserActionRunnable