Inherits from LUAPIModel : NSObject
Declared in LUInterstitialURLAction.h
LUInterstitialURLAction.m

Overview

This action is for interstitials that request the user click a link.

Tasks

Properties

URL

The URL that the user will be presented with.

@property (nonatomic, copy, readonly) NSURL *URL

Discussion

The URL that the user will be presented with.

Declared In

LUInterstitialURLAction.h

buttonText

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

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

Discussion

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

Declared In

LUInterstitialURLAction.h