AWSPinpointTargetingInAppMessageBodyConfig

Objective-C

@interface AWSPinpointTargetingInAppMessageBodyConfig

Swift

class AWSPinpointTargetingInAppMessageBodyConfig

Text config for Message Body.

Required parameters: [Alignment, TextColor, Body]

  • The alignment of the text. Valid values: LEFT, CENTER, RIGHT.

    Declaration

    Objective-C

    @property (nonatomic) AWSPinpointTargetingAlignment alignment;

    Swift

    var alignment: AWSPinpointTargetingAlignment { get set }
  • Message Body.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable body;

    Swift

    var body: String? { get set }
  • The text color.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable textColor;

    Swift

    var textColor: String? { get set }