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