AWSPinpointTargetingUpdateApnsChannelResponse
Objective-C
@interface AWSPinpointTargetingUpdateApnsChannelResponse
Swift
class AWSPinpointTargetingUpdateApnsChannelResponse
-
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 }