UALandingPageAction Class Reference
Inherits from | UAAction : NSObject |
Declared in | UALandingPageAction.h |
Overview
Opens a landing page URL in a rich content window.
This action is registered under the names landing_page_action and ^p.
Expected argument values: NSString or NSURL. Short url formats are in the form of “u:<content-id>” and will be used to construct a new URL using the content-id.
Valid situations: UASituationForegroundPush, UASituationLaunchedFromPush, UASituationWebViewInvocation, UASituationManualInvocation, UASituationBackgroundPush, and UASituationForegroundInteractiveButton
In situation UASituationBackgroundPush, the action will attempt to pre-fetch the data and cache it for later use.
Result value: nil
Fetch result: UAActionFetchResultNewData, or UAActionFetchResultFailed if the data could not be fetched.