APNSChannelResponse class

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

Constructors

APNSChannelResponse({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})
APNSChannelResponse.fromJson(Map<String, dynamic> json)
factory

Properties

applicationId String?
The unique identifier for the application that the APNs channel applies to.
final
creationDate String?
The date and time when the APNs 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 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 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 channel. This property is retained only for backward compatibility.
final
isArchived bool?
Specifies whether the APNs channel is archived.
final
lastModifiedBy String?
The user who last modified the APNs channel.
final
lastModifiedDate String?
The date and time when the APNs channel was last modified.
final
platform String
The type of messaging or notification platform for the channel. For the APNs channel, this value is APNS.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
version int?
The current version of the APNs 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