ActionArguments

Container for the argument data passed to an com.urbanairship.actions.Action.

Constructors

Link copied to clipboard
constructor(situation: Int, @Nullable value: ActionValue, @Nullable metadata: Bundle)
Constructs ActionArguments.

Properties

Link copied to clipboard
val ACTION_SCHEDULE_ID_METADATA: String = "com.urbanairship.ACTION_SCHEDULE_ID"
Metadata attached to action arguments when running scheduled actions from Action Automation.
Link copied to clipboard
Link copied to clipboard
val PUSH_MESSAGE_METADATA: String = "com.urbanairship.PUSH_MESSAGE"
Metadata attached to action arguments when running actions from a push message.
Link copied to clipboard
val REGISTRY_ACTION_NAME_METADATA: String = "com.urbanairship.REGISTRY_ACTION_NAME"
Metadata attached to action arguments when triggering an action from by name.
Link copied to clipboard
val REMOTE_INPUT_METADATA: String = "com.urbanairship.REMOTE_INPUT"
Link copied to clipboard
val RICH_PUSH_ID_METADATA: String = "com.urbanairship.RICH_PUSH_ID_METADATA"
Metadata when running an action from the JavaScript interface with an associated RichPushMessage.
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun toString(): String