AWSPinpointTargetingGetApnsChannelResponse
Objective-C
@interface AWSPinpointTargetingGetApnsChannelResponse
Swift
class AWSPinpointTargetingGetApnsChannelResponse
-
Provides information about the status and settings of the APNs (Apple Push Notification service) channel for an application.
Declaration
Objective-C
@property (nonatomic, strong) AWSPinpointTargetingAPNSChannelResponse *_Nullable APNSChannelResponse;
Swift
var apnsChannelResponse: AWSPinpointTargetingAPNSChannelResponse? { get set }