AWSPinpointTargetingInAppMessageContent
Objective-C
@interface AWSPinpointTargetingInAppMessageContent
Swift
class AWSPinpointTargetingInAppMessageContent
The configuration for the message content.
-
The background color for the message.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable backgroundColor;
Swift
var backgroundColor: String? { get set }
-
The configuration for the message body.
Declaration
Objective-C
@property (nonatomic, strong) AWSPinpointTargetingInAppMessageBodyConfig *_Nullable bodyConfig;
Swift
var bodyConfig: AWSPinpointTargetingInAppMessageBodyConfig? { get set }
-
The configuration for the message header.
Declaration
Objective-C
@property (nonatomic, strong) AWSPinpointTargetingInAppMessageHeaderConfig *_Nullable headerConfig;
Swift
var headerConfig: AWSPinpointTargetingInAppMessageHeaderConfig? { get set }
-
The image url for the background of message.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable imageUrl;
Swift
var imageUrl: String? { get set }
-
The first button inside the message.
Declaration
Objective-C
@property (nonatomic, strong) AWSPinpointTargetingInAppMessageButton *_Nullable primaryBtn;
Swift
var primaryBtn: AWSPinpointTargetingInAppMessageButton? { get set }
-
The second button inside message.
Declaration
Objective-C
@property (nonatomic, strong) AWSPinpointTargetingInAppMessageButton *_Nullable secondaryBtn;
Swift
var secondaryBtn: AWSPinpointTargetingInAppMessageButton? { get set }