ApnsConfig extension type

Represents the APNs-specific options that can be included in an {@link Message}. Refer to {@link https://developer.apple.com/library/content/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/CommunicatingwithAPNs.html | Apple documentation} for various headers and payload fields supported by APNs.

on
Implemented types
Available extensions

Constructors

ApnsConfig({JSObject? headers, ApnsPayload? payload, ApnsFcmOptions? fcmOptions})
Constructor

Properties

fcmOptions ApnsFcmOptions?
Options for features provided by the FCM SDK for iOS.
no setter
hashCode int
The hash code for this object.
no setterinherited
headers JSObject?
A collection of APNs headers. Header values must be strings.
no setter
payload ApnsPayload?
An APNs payload to be included in the message.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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