AWSPinpointTargetingMessageRequest Class Reference
Inherits from | AWSModel : AWSMTLModel |
---|---|
Declared in | AWSPinpointTargetingModel.h AWSPinpointTargetingModel.m |
addresses
A map of key-value pairs, where each key is an address and each value is an AddressConfiguration object. An address can be a push notification token, a phone number, or an email address.
@property (nonatomic, strong) NSDictionary<NSString*AWSPinpointTargetingAddressConfiguration*> *addresses
Declared In
AWSPinpointTargetingModel.h
context
A map of custom attributes to attributes to be attached to the message. This payload is added to the push notification’s ‘data.pinpoint’ object or added to the email/sms delivery receipt event attributes.
@property (nonatomic, strong) NSDictionary<NSString*NSString*> *context
Declared In
AWSPinpointTargetingModel.h
endpoints
A map of key-value pairs, where each key is an endpoint ID and each value is an EndpointSendConfiguration object. Within an EndpointSendConfiguration object, you can tailor the message for an endpoint by specifying message overrides or substitutions.
@property (nonatomic, strong) NSDictionary<NSString*AWSPinpointTargetingEndpointSendConfiguration*> *endpoints
Declared In
AWSPinpointTargetingModel.h
messageConfiguration
Message configuration.
@property (nonatomic, strong) AWSPinpointTargetingDirectMessageConfiguration *messageConfiguration
Declared In
AWSPinpointTargetingModel.h
traceId
A unique ID that you can use to trace a message. This ID is visible to recipients.
@property (nonatomic, strong) NSString *traceId
Declared In
AWSPinpointTargetingModel.h