XAActionType Constants Reference
| Declared in | XAAction.h |
|---|
XAActionType
The XAActionType categorizes the type of action and outlines what will occur.
Definition
typedef NS_ENUM(NSInteger, XAActionType ) {
XAActionTypeStore = 0,
XAActionTypeCall,
XAActionTypeCustom,
XAActionTypeEmail,
XAActionTypeWebPage,
XAActionTypeAudio,
XAActionTypeRequestPermission,
};
Constants
XAActionTypeStore-
Action that will open a link to the iTunes Store
Declared In
XAAction.h. XAActionTypeCall-
Action that will make a phone call
Declared In
XAAction.h. XAActionTypeCustom-
Action that will return data (set when building the ad) on the result object if recognized
Declared In
XAAction.h. XAActionTypeEmail-
Action that will send the user an email
Declared In
XAAction.h. XAActionTypeWebPage-
Action that will open a web page
Declared In
XAAction.h. XAActionTypeAudio-
Action that will play audio
Declared In
XAAction.h. XAActionTypeRequestPermission-
Action that will request permission
Declared In
XAAction.h.
Declared In
XAAction.h