LUInterstitialShareAction Class Reference
Inherits from | LUAPIModel : NSObject |
Declared in | LUInterstitialShareAction.h LUInterstitialShareAction.m |
Overview
This action is used for interstitials that present the user with options to share via email, Facebook or Twitter. The message properties are default text that can be used to pre-fill share dialogs – the user can change the text if they wish.
Tasks
-
messageForEmailBody
property -
messageForEmailSubject
property -
messageForFacebook
property -
messageForTwitter
property -
shareURLEmail
property -
shareURLFacebook
property -
shareURLTwitter
property
Properties
messageForEmailBody
A suggested initial email body to use when a user shares this campaign over email.
@property (nonatomic, copy, readonly) NSString *messageForEmailBody
Discussion
A suggested initial email body to use when a user shares this campaign over email.
Declared In
LUInterstitialShareAction.h
messageForEmailSubject
A suggested initial email subject to use when a user shares this campaign over email.
@property (nonatomic, copy, readonly) NSString *messageForEmailSubject
Discussion
A suggested initial email subject to use when a user shares this campaign over email.
Declared In
LUInterstitialShareAction.h
messageForFacebook
A suggested initial post to use when a user shares this campaign over Facebook.
@property (nonatomic, copy, readonly) NSString *messageForFacebook
Discussion
A suggested initial post to use when a user shares this campaign over Facebook.
Declared In
LUInterstitialShareAction.h
messageForTwitter
A suggested initial post to use when a user shares this campaign over Twitter.
@property (nonatomic, copy, readonly) NSString *messageForTwitter
Discussion
A suggested initial post to use when a user shares this campaign over Twitter.
Declared In
LUInterstitialShareAction.h
shareURLEmail
The URL to use when sharing this campaign via email. Note that this will be included in the email body by the server, so it does not need to be added to the email body.
@property (nonatomic, copy, readonly) NSURL *shareURLEmail
Discussion
The URL to use when sharing this campaign via email. Note that this will be included in the email body by the server, so it does not need to be added to the email body.
Declared In
LUInterstitialShareAction.h