Airship Android SDK
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Airship Android SDK
urbanairship-core
/
com.urbanairship.actions
/
ActionRunRequest
/
Companion
Companion
androidJvm
object
Companion
(
source
)
Members
Functions
create
Request
Link copied to clipboard
androidJvm
@
JvmStatic
fun
createRequest
(
action
:
Action
)
:
ActionRunRequest
@
JvmStatic
@
JvmOverloads
fun
createRequest
(
actionName
:
String
,
registry
:
ActionRegistry
?
=
null
)
:
ActionRunRequest
Creates an action run request. The action will not be run until running the request.