AWSPinpointTargetingGetGcmChannelResponse

Objective-C

@interface AWSPinpointTargetingGetGcmChannelResponse

Swift

class AWSPinpointTargetingGetGcmChannelResponse
  • 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 }