AWSPinpointTargetingUpdateApnsChannelRequest
Objective-C
@interface AWSPinpointTargetingUpdateApnsChannelRequest
Swift
class AWSPinpointTargetingUpdateApnsChannelRequest
-
Specifies the status and settings of the APNs (Apple Push Notification service) channel for an application.
Declaration
Objective-C
@property (nonatomic, strong) AWSPinpointTargetingAPNSChannelRequest *_Nullable APNSChannelRequest;Swift
var apnsChannelRequest: AWSPinpointTargetingAPNSChannelRequest? { get set } -
The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable applicationId;Swift
var applicationId: String? { get set }
View on GitHub
Install in Dash
AWSPinpointTargetingUpdateApnsChannelRequest Class Reference