AWSPinpointTargetingAPNSVoipChannelResponse

Objective-C

@interface AWSPinpointTargetingAPNSVoipChannelResponse

Swift

class AWSPinpointTargetingAPNSVoipChannelResponse

Provides information about the status and settings of the APNs (Apple Push Notification service) VoIP channel for an application.

Required parameters: [Platform]

  • The unique identifier for the application that the APNs VoIP channel applies to.

    Declaration

    Objective-C

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

    Swift

    var applicationId: String? { get set }
  • The date and time when the APNs VoIP channel was enabled.

    Declaration

    Objective-C

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

    Swift

    var creationDate: String? { get set }
  • The default authentication method that Amazon Pinpoint uses to authenticate with APNs for this channel, key or certificate.

    Declaration

    Objective-C

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

    Swift

    var defaultAuthenticationMethod: String? { get set }
  • Specifies whether the APNs VoIP channel is enabled for the application.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable enabled;

    Swift

    var enabled: NSNumber? { get set }
  • (Not used) This property is retained only for backward compatibility.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable hasCredential;

    Swift

    var hasCredential: NSNumber? { get set }
  • Specifies whether the APNs VoIP channel is configured to communicate with APNs by using APNs tokens. To provide an authentication key for APNs tokens, set the TokenKey property of the channel.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable hasTokenKey;

    Swift

    var hasTokenKey: NSNumber? { get set }
  • (Deprecated) An identifier for the APNs VoIP channel. This property is retained only for backward compatibility.

    Declaration

    Objective-C

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

    Swift

    var identifier: String? { get set }
  • Specifies whether the APNs VoIP channel is archived.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable isArchived;

    Swift

    var isArchived: NSNumber? { get set }
  • The user who last modified the APNs VoIP channel.

    Declaration

    Objective-C

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

    Swift

    var lastModifiedBy: String? { get set }
  • The date and time when the APNs VoIP channel was last modified.

    Declaration

    Objective-C

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

    Swift

    var lastModifiedDate: String? { get set }
  • The type of messaging or notification platform for the channel. For the APNs VoIP channel, this value is APNS_VOIP.

    Declaration

    Objective-C

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

    Swift

    var platform: String? { get set }
  • The current version of the APNs VoIP channel.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable version;

    Swift

    var version: NSNumber? { get set }