Index Hierarchy LUInterstitialURLAction Class Reference Inherits from LUAPIModel : NSObject Declared in LUInterstitialURLAction.hLUInterstitialURLAction.m Overview This action is for interstitials that request the user click a link. Tasks buttonText property URL property 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 Index Hierarchy