AWSPinpointTargetingCampaignInAppMessage
Objective-C
@interface AWSPinpointTargetingCampaignInAppMessage
Swift
class AWSPinpointTargetingCampaignInAppMessage
In-app message configuration.
-
The message body of the notification, the email body or the text message.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable body;Swift
var body: String? { get set } -
In-app message content.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSPinpointTargetingInAppMessageContent *> *_Nullable content;Swift
var content: [AWSPinpointTargetingInAppMessageContent]? { get set } -
Custom config to be sent to client.
Declaration
Objective-C
@property (nonatomic, strong) NSDictionary<NSString *, NSString *> *_Nullable customConfig;Swift
var customConfig: [String : String]? { get set } -
In-app message layout.
Declaration
Objective-C
@property (nonatomic) AWSPinpointTargetingLayout layout;Swift
var layout: AWSPinpointTargetingLayout { get set }
View on GitHub
Install in Dash
AWSPinpointTargetingCampaignInAppMessage Class Reference