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
/
Batch
/
Actions
Actions
class
Actions
Batch Action manager
Members
Functions
add
Drawable
Alias
Link copied to clipboard
open
fun
addDrawableAlias
(
@
NonNull
alias
:
String
,
@
DrawableRes
drawableID
:
Int
)
Add an alias to a drawable that can be referenced remotely.
perform
Action
Link copied to clipboard
open
fun
performAction
(
@
NonNull
context
:
Context
,
@
NonNull
actionIdentifier
:
String
,
@
Nullable
arguments
:
JSONObject
)
:
Boolean
Perform an action by its identifier.
register
Link copied to clipboard
open
fun
register
(
@
NonNull
userAction
:
UserAction
)
Register an action with Batch.
set
Deeplink
Interceptor
Link copied to clipboard
open
fun
setDeeplinkInterceptor
(
@
Nullable
interceptor
:
BatchDeeplinkInterceptor
)
Set a deeplink interceptor.
unregister
Link copied to clipboard
open
fun
unregister
(
@
NonNull
identifier
:
String
)
Unregister an action from Batch.