AWSPinpointTargetingCampaignCustomMessage

Objective-C

@interface AWSPinpointTargetingCampaignCustomMessage

Swift

class AWSPinpointTargetingCampaignCustomMessage

Specifies the contents of a message that’s sent through a custom channel to recipients of a campaign.

  • The raw, JSON-formatted string to use as the payload for the message. The maximum size is 5 KB.

    Declaration

    Objective-C

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

    Swift

    var data: String? { get set }