APNSVoipSandboxChannelResponse class
Provides information about the status and settings of the APNs (Apple Push Notification service) VoIP sandbox channel for an application.
Constructors
- APNSVoipSandboxChannelResponse({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})
-
APNSVoipSandboxChannelResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- applicationId → String?
-
The unique identifier for the application that the APNs VoIP sandbox channel
applies to.
final
- creationDate → String?
-
The date and time when the APNs VoIP sandbox channel was enabled.
final
- defaultAuthenticationMethod → String?
-
The default authentication method that Amazon Pinpoint uses to authenticate
with the APNs sandbox environment for this channel, key or certificate.
final
- enabled → bool?
-
Specifies whether the APNs VoIP sandbox 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 sandbox 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 sandbox channel. This property
is retained only for backward compatibility.
final
- isArchived → bool?
-
Specifies whether the APNs VoIP sandbox channel is archived.
final
- lastModifiedBy → String?
-
The user who last modified the APNs VoIP sandbox channel.
final
- lastModifiedDate → String?
-
The date and time when the APNs VoIP sandbox channel was last modified.
final
- platform → String
-
The type of messaging or notification platform for the channel. For the APNs
VoIP sandbox channel, this value is APNS_VOIP_SANDBOX.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- version → int?
-
The current version of the APNs VoIP sandbox 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