AWSPinpointTargetingDefaultMessage
Objective-C
@interface AWSPinpointTargetingDefaultMessage
Swift
class AWSPinpointTargetingDefaultMessage
Specifies the default message for all channels.
-
The default body of the message.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable body;
Swift
var body: String? { get set }
-
The default message variables to use in the message. You can override these default variables with individual address variables.
Declaration
Objective-C
@property (nonatomic, strong) NSDictionary<NSString *, NSArray<NSString *> *> *_Nullable substitutions;
Swift
var substitutions: [String : [String]]? { get set }