Inherits from UAAction : NSObject
Declared in UAOpenExternalURLAction.h

Overview

Opens a URL, either in safari or using custom URL schemes. This action is registered under the names ^u and open_external_url_action.

Expected argument values: NSString

Valid situations: UASituationForegroundPush, UASituationLaunchedFromPush UASituationWebViewInvocation, UASituationForegroundInteractiveButton, and UASituationManualInvocation

Result value: An NSString representation of the input

Error: UAOpenExternalURLActionErrorCodeURLFailedToOpen if the URL could not be opened

Fetch result: UAActionFetchResultNone