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.

Tasks

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

buttonText

The text to display on the button that opens the page.

@property (nonatomic, copy, readonly) NSString *buttonText

Discussion

The text to display on the button that opens the page.

Declared In

LUInterstitialNavigationAction.h