AWSPinpointTargetingUpdateGcmChannelRequest

Objective-C

@interface AWSPinpointTargetingUpdateGcmChannelRequest

Swift

class AWSPinpointTargetingUpdateGcmChannelRequest
  • The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable applicationId;

    Swift

    var applicationId: String? { get set }
  • Specifies the status and settings of the GCM channel for an application. This 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) AWSPinpointTargetingGCMChannelRequest *_Nullable GCMChannelRequest;

    Swift

    var gcmChannelRequest: AWSPinpointTargetingGCMChannelRequest? { get set }