package

com.urbanairship.actions

The Airship Actions Framework.

Interfaces

ActionCompletionCallback An interface for callbacks signaling the completion of an Action
ActionRegistry.Predicate ActionArgument predicate  
ActionRunRequestExtender Extends an action run request. 
DeepLinkListener Listener interface used to notify app when deep link is received. 

Classes

Action The base action class that describes an operation to perform. 
ActionArguments Container for the argument data passed to an Action
ActionRegistry Class responsible for runtime-persisting actions and associating them with names and predicates. 
ActionRegistry.Entry An entry in the action registry. 
ActionResult Stores the results of running an Action
ActionRunRequest ActionRunRequests provides a fluent API for running Actions. 
ActionRunRequestFactory Factory class for creating ActionRunRequest
ActionValue An ActionValue is a representation of any value that can be described using JSON. 
AddCustomEventAction An action that adds a custom event. 
AddCustomEventAction.AddCustomEventActionPredicate Default AddCustomEventAction predicate. 
ClipboardAction An action that adds text to the clipboard. 
DeepLinkAction Action for opening a deep link. 
EnableFeatureAction An action that enables features. 
FetchDeviceInfoAction Action to fetch a map of device properties. 
FetchDeviceInfoAction.FetchDeviceInfoPredicate Default FetchDeviceInfoAction predicate. 
OpenExternalUrlAction Action for opening a URL for viewing. 
PermissionResultReceiver Result receiver to receive permission results from the PromptPermissionAction
PromptPermissionAction An action that prompts for permission. 
PromptPermissionAction.Args  
RateAppAction Action to link users to the rating section of their respective app store directly or through a prompt. 
RateAppActivity An activity that displays a Rate App prompt that links to an app store. 
SetAttributesAction An action that sets attributes. 
SetAttributesAction.SetAttributesPredicate Default SetAttributesAction.SetAttributesPredicate predicate. 
ShareAction Shows a chooser activity to share text. 
SubscriptionListAction Action for subscribing/unsubscribing to lists. 
ToastAction An action that displays text in a toast. 
WalletAction Action for opening Android Pay deep links. 
WalletLoadingActivity  

Exceptions

ActionValueException Exceptions thrown when creating ActionValues from objects.