APNSVoipChannelResponse class

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

Constructors

APNSVoipChannelResponse({required String platform, String? applicationId, String? creationDate, String? defaultAuthenticationMethod, bool? enabled, bool? hasCredential, bool? hasTokenKey, String? id, bool? isArchived, String? lastModifiedBy, String? lastModifiedDate, int? version})
APNSVoipChannelResponse.fromJson(Map<String, dynamic> json)
factory

Properties

applicationId String?
The unique identifier for the application that the APNs VoIP channel applies to.
final
creationDate String?
The date and time when the APNs VoIP channel was enabled.
final
defaultAuthenticationMethod String?
The default authentication method that Amazon Pinpoint uses to authenticate with APNs for this channel, key or certificate.
final
enabled bool?
Specifies whether the APNs VoIP channel is enabled for the application.
final
hasCredential bool?
(Not used) This property is retained only for backward compatibility.
final
hashCode int
The hash code for this object.
no setterinherited
hasTokenKey bool?
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.
final
id String?
(Deprecated) An identifier for the APNs VoIP channel. This property is retained only for backward compatibility.
final
isArchived bool?
Specifies whether the APNs VoIP channel is archived.
final
lastModifiedBy String?
The user who last modified the APNs VoIP channel.
final
lastModifiedDate String?
The date and time when the APNs VoIP channel was last modified.
final
platform String
The type of messaging or notification platform for the channel. For the APNs VoIP channel, this value is APNS_VOIP.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
version int?
The current version of the APNs VoIP channel.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited