ActionResult

Stores the results of running an com.urbanairship.actions.Action.

Types

Link copied to clipboard
annotation class Status

Properties

Link copied to clipboard
The result exception.
Link copied to clipboard
val status: Int
Run status of the action.
Link copied to clipboard
The action was not performed because the action was not found in the com.urbanairship.actions.ActionRegistry.
Link copied to clipboard
The action accepted the arguments and executed without an exception.
Link copied to clipboard
The action encountered a runtime exception during execution.
Link copied to clipboard
The action was not performed because the arguments were rejected by either the predicate in the registry or the action.
Link copied to clipboard
The result value.

Functions

Link copied to clipboard
Factory method to create an empty result
Link copied to clipboard
Factory method to create a result with an exception
Link copied to clipboard
Factory method to create a result with a value