AWSPinpointTargetingDeleteGcmChannelResponse
Objective-C
@interface AWSPinpointTargetingDeleteGcmChannelResponse
Swift
class AWSPinpointTargetingDeleteGcmChannelResponse
-
Provides information about the status and settings of the GCM channel for an application. The GCM channel enables Amazon Pinpoint to send push notifications through the Firebase Cloud Messaging (FCM), formerly Google Cloud Messaging (GCM), service.
Declaration
Objective-C
@property (nonatomic, strong) AWSPinpointTargetingGCMChannelResponse *_Nullable GCMChannelResponse;
Swift
var gcmChannelResponse: AWSPinpointTargetingGCMChannelResponse? { get set }