AWSPinpointTargetingJourneyCustomMessage
Objective-C
@interface AWSPinpointTargetingJourneyCustomMessage
Swift
class AWSPinpointTargetingJourneyCustomMessage
Specifies the message content for a custom channel message that’s sent to participants in a journey.
-
The message content that’s passed to an AWS Lambda function or to a web hook.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable data;
Swift
var data: String? { get set }