AWSPinpointTargetingUpdateAdmChannelRequest

Objective-C

@interface AWSPinpointTargetingUpdateAdmChannelRequest

Swift

class AWSPinpointTargetingUpdateAdmChannelRequest
  • Specifies the status and settings of the ADM (Amazon Device Messaging) channel for an application.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSPinpointTargetingADMChannelRequest *_Nullable ADMChannelRequest;

    Swift

    var admChannelRequest: AWSPinpointTargetingADMChannelRequest? { get set }
  • 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 }