AWSPinpointTargetingEndpointSendConfiguration Class Reference
Inherits from | AWSModel : AWSMTLModel |
---|---|
Declared in | AWSPinpointTargetingModel.h AWSPinpointTargetingModel.m |
Overview
Specifies the content, including message variables and attributes, to use in a message that's sent directly to an endpoint.
bodyOverride
The body of the message. If specified, this value overrides the default message body.
@property (nonatomic, strong) NSString *bodyOverride
Declared In
AWSPinpointTargetingModel.h
context
A map of custom attributes to attach to the message for the address. For a push notification, this payload is added to the data.pinpoint object. For an email or text message, this payload is added to email/SMS delivery receipt event attributes.
@property (nonatomic, strong) NSDictionary<NSString*NSString*> *context
Declared In
AWSPinpointTargetingModel.h
rawContent
The raw, JSON-formatted string to use as the payload for the message. If specified, this value overrides the message.
@property (nonatomic, strong) NSString *rawContent
Declared In
AWSPinpointTargetingModel.h
substitutions
A map of the message variables to merge with the variables specified for the default message (DefaultMessage.Substitutions). The variables specified in this map take precedence over all other variables.
@property (nonatomic, strong) NSDictionary<NSString*NSArray<NSString*> *> *substitutions
Declared In
AWSPinpointTargetingModel.h
titleOverride
The title or subject line of the message. If specified, this value overrides the default message title or subject line.
@property (nonatomic, strong) NSString *titleOverride
Declared In
AWSPinpointTargetingModel.h