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