LUInterstitialNavigationAction Class Reference
Inherits from | LUAPIModel : NSObject |
Declared in | LUInterstitialNavigationAction.h LUInterstitialNavigationAction.m |
Overview
This action is for interstitials that request the user navigate to another screen in the app.
Properties
URL
A relative URL representing an in-app screen to which the user can navigate.
@property (nonatomic, copy, readonly) NSURL *URL
Discussion
A relative URL representing an in-app screen to which the user can navigate.
Possible paths at the moment are “pay”, “invite_friends” or “order_gift_card”. For “order_gift_card”, will also include query parameters “merchant_id” and “merchant_name”.
Declared In
LUInterstitialNavigationAction.h