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
- 
	
		
messageForEmailBodyproperty - 
	
		
messageForEmailSubjectproperty - 
	
		
messageForFacebookproperty - 
	
		
messageForTwitterproperty - 
	
		
shareURLEmailproperty - 
	
		
shareURLFacebookproperty - 
	
		
shareURLTwitterproperty 
Properties
messageForEmailBody
A suggested initial email body to use when a user shares this campaign over email.
@property (nonatomic, copy, readonly) NSString *messageForEmailBodyDiscussion
A suggested initial email body to use when a user shares this campaign over email.
Declared In
LUInterstitialShareAction.hmessageForEmailSubject
A suggested initial email subject to use when a user shares this campaign over email.
@property (nonatomic, copy, readonly) NSString *messageForEmailSubjectDiscussion
A suggested initial email subject to use when a user shares this campaign over email.
Declared In
LUInterstitialShareAction.hmessageForFacebook
A suggested initial post to use when a user shares this campaign over Facebook.
@property (nonatomic, copy, readonly) NSString *messageForFacebookDiscussion
A suggested initial post to use when a user shares this campaign over Facebook.
Declared In
LUInterstitialShareAction.hmessageForTwitter
A suggested initial post to use when a user shares this campaign over Twitter.
@property (nonatomic, copy, readonly) NSString *messageForTwitterDiscussion
A suggested initial post to use when a user shares this campaign over Twitter.
Declared In
LUInterstitialShareAction.hshareURLEmail
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 *shareURLEmailDiscussion
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