LUInterstitialActionType Constants Reference
Declared in | LUInterstitial.h |
LUInterstitialActionType
Types of interstitial actions.
Definition
typedef NS_ENUM(NSInteger, LUInterstitialActionType ) {
LUInterstitialActionTypeUnknown,
LUInterstitialActionTypeNone,
LUInterstitialActionTypeClaim,
LUInterstitialActionTypeFeedback,
LUInterstitialActionTypeShare,
LUInterstitialActionTypeURL,
LUInterstitialActionTypeNavigation,
};
Constants
LUInterstitialActionTypeUnknown
-
An unrecognized action type was returned. The interstitial should be ignored.
Declared In
LUInterstitial.h
. LUInterstitialActionTypeNone
-
The interstitial has no action: it is designed to show information to the user.
Declared In
LUInterstitial.h
. LUInterstitialActionTypeClaim
-
The user will be asked to claim a campaign.
Declared In
LUInterstitial.h
. LUInterstitialActionTypeFeedback
-
The user will be asked to rate their experience and provide comments.
Declared In
LUInterstitial.h
. LUInterstitialActionTypeShare
-
The user can share information related to the order via email, Facebook or Twitter.
Declared In
LUInterstitial.h
. LUInterstitialActionTypeURL
-
The interstitial will include a URL that the user can view.
Declared In
LUInterstitial.h
. LUInterstitialActionTypeNavigation
-
The interstitial will include a URL representing an in-app screen to which the user can navigate.
Declared In
LUInterstitial.h
.
Declared In
LUInterstitial.h