APNSVoipSandboxChannelRequest class

Specifies the status and settings of the APNs (Apple Push Notification service) VoIP sandbox channel for an application.

Constructors

APNSVoipSandboxChannelRequest({String? bundleId, String? certificate, String? defaultAuthenticationMethod, bool? enabled, String? privateKey, String? teamId, String? tokenKey, String? tokenKeyId})

Properties

bundleId String?
The bundle identifier that's assigned to your iOS app. This identifier is used for APNs tokens.
final
certificate String?
The APNs client certificate that you received from Apple, if you want Amazon Pinpoint to communicate with the APNs sandbox environment by using an APNs certificate.
final
defaultAuthenticationMethod String?
The default authentication method that you want Amazon Pinpoint to use when authenticating 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
hashCode int
The hash code for this object.
no setterinherited
privateKey String?
The private key for the APNs client certificate that you want Amazon Pinpoint to use to communicate with the APNs sandbox environment.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
teamId String?
The identifier that's assigned to your Apple developer account team. This identifier is used for APNs tokens.
final
tokenKey String?
The authentication key to use for APNs tokens.
final
tokenKeyId String?
The key identifier that's assigned to your APNs signing key, if you want Amazon Pinpoint to communicate with the APNs sandbox environment by using APNs tokens.
final

Methods

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

Operators

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