ApnsVoipChannelResponse

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

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

The date and time when the APNs VoIP channel was enabled.

Link copied to clipboard

The default authentication method that Amazon Pinpoint uses to authenticate with APNs for this channel, key or certificate.

Link copied to clipboard

Specifies whether the APNs VoIP channel is enabled for the application.

Link copied to clipboard

(Not used) This property is retained only for backward compatibility.

Link copied to clipboard

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.

Link copied to clipboard
val id: String?

(Deprecated) An identifier for the APNs VoIP channel. This property is retained only for backward compatibility.

Link copied to clipboard

Specifies whether the APNs VoIP channel is archived.

Link copied to clipboard

The user who last modified the APNs VoIP channel.

Link copied to clipboard

The date and time when the APNs VoIP channel was last modified.

Link copied to clipboard

The type of messaging or notification platform for the channel. For the APNs VoIP channel, this value is APNS_VOIP.

Link copied to clipboard
val version: Int?

The current version of the APNs VoIP channel.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String