AWSPinpointTargetingMessageConfiguration
Objective-C
@interface AWSPinpointTargetingMessageConfiguration
Swift
class AWSPinpointTargetingMessageConfiguration
Specifies the message configuration settings for a campaign.
-
The message that the campaign sends through the ADM (Amazon Device Messaging) channel. If specified, this message overrides the default message.
Declaration
Objective-C
@property (nonatomic, strong) AWSPinpointTargetingMessage *_Nullable ADMMessage;
Swift
var admMessage: AWSPinpointTargetingMessage? { get set }
-
The message that the campaign sends through the APNs (Apple Push Notification service) channel. If specified, this message overrides the default message.
Declaration
Objective-C
@property (nonatomic, strong) AWSPinpointTargetingMessage *_Nullable APNSMessage;
Swift
var apnsMessage: AWSPinpointTargetingMessage? { get set }
-
The message that the campaign sends through the Baidu (Baidu Cloud Push) channel. If specified, this message overrides the default message.
Declaration
Objective-C
@property (nonatomic, strong) AWSPinpointTargetingMessage *_Nullable baiduMessage;
Swift
var baiduMessage: AWSPinpointTargetingMessage? { get set }
-
The message that the campaign sends through a custom channel, as specified by the delivery configuration (CustomDeliveryConfiguration) settings for the campaign. If specified, this message overrides the default message.
Declaration
Objective-C
@property (nonatomic, strong) AWSPinpointTargetingCampaignCustomMessage *_Nullable customMessage;
Swift
var customMessage: AWSPinpointTargetingCampaignCustomMessage? { get set }
-
The default message that the campaign sends through all the channels that are configured for the campaign.
Declaration
Objective-C
@property (nonatomic, strong) AWSPinpointTargetingMessage *_Nullable defaultMessage;
Swift
var defaultMessage: AWSPinpointTargetingMessage? { get set }
-
The message that the campaign sends through the email channel. If specified, this message overrides the default message.
Declaration
Objective-C
@property (nonatomic, strong) AWSPinpointTargetingCampaignEmailMessage *_Nullable emailMessage;
Swift
var emailMessage: AWSPinpointTargetingCampaignEmailMessage? { get set }
-
The message that the campaign sends through the GCM channel, which enables Amazon Pinpoint to send push notifications through the Firebase Cloud Messaging (FCM), formerly Google Cloud Messaging (GCM), service. If specified, this message overrides the default message.
Declaration
Objective-C
@property (nonatomic, strong) AWSPinpointTargetingMessage *_Nullable GCMMessage;
Swift
var gcmMessage: AWSPinpointTargetingMessage? { get set }
-
The in-app message configuration.
Declaration
Objective-C
@property (nonatomic, strong) AWSPinpointTargetingCampaignInAppMessage *_Nullable inAppMessage;
Swift
var inAppMessage: AWSPinpointTargetingCampaignInAppMessage? { get set }
-
The message that the campaign sends through the SMS channel. If specified, this message overrides the default message.
Declaration
Objective-C
@property (nonatomic, strong) AWSPinpointTargetingCampaignSmsMessage *_Nullable SMSMessage;
Swift
var smsMessage: AWSPinpointTargetingCampaignSmsMessage? { get set }