AWSPinpointTargetingGetPushTemplateResponse
Objective-C
@interface AWSPinpointTargetingGetPushTemplateResponse
Swift
class AWSPinpointTargetingGetPushTemplateResponse
-
Provides information about the content and settings for a message template that can be used in messages that are sent through a push notification channel.
Declaration
Objective-C
@property (nonatomic, strong) AWSPinpointTargetingPushNotificationTemplateResponse *_Nullable pushNotificationTemplateResponse;
Swift
var pushNotificationTemplateResponse: AWSPinpointTargetingPushNotificationTemplateResponse? { get set }