AWSPinpointTargetingTemplateConfiguration
Objective-C
@interface AWSPinpointTargetingTemplateConfiguration
Swift
class AWSPinpointTargetingTemplateConfiguration
Specifies the message template to use for the message, for each type of channel.
-
The email template to use for the message.
Declaration
Objective-C
@property (nonatomic, strong) AWSPinpointTargetingTemplate *_Nullable emailTemplate;
Swift
var emailTemplate: AWSPinpointTargetingTemplate? { get set }
-
The InApp template to use for the message. The InApp template object is not supported for SendMessages.
Declaration
Objective-C
@property (nonatomic, strong) AWSPinpointTargetingTemplate *_Nullable inAppTemplate;
Swift
var inAppTemplate: AWSPinpointTargetingTemplate? { get set }
-
The push notification template to use for the message.
Declaration
Objective-C
@property (nonatomic, strong) AWSPinpointTargetingTemplate *_Nullable pushTemplate;
Swift
var pushTemplate: AWSPinpointTargetingTemplate? { get set }
-
The SMS template to use for the message.
Declaration
Objective-C
@property (nonatomic, strong) AWSPinpointTargetingTemplate *_Nullable SMSTemplate;
Swift
var smsTemplate: AWSPinpointTargetingTemplate? { get set }
-
The voice template to use for the message. This object isn’t supported for campaigns.
Declaration
Objective-C
@property (nonatomic, strong) AWSPinpointTargetingTemplate *_Nullable voiceTemplate;
Swift
var voiceTemplate: AWSPinpointTargetingTemplate? { get set }