FirebaseAdmin. Messaging. ApnsConfig
Represents the APNS-specific options that can be included in a Message.
Summary
Refer to APNs documentation for various headers and payload fields supported by APNS.
Properties | |
---|---|
Aps | Gets or sets the aps dictionary to be included in the APNs payload. |
CustomData | IDictionary< string, object > Gets or sets a collection of arbitrary key-value data that will be included in the APNs payload. |
FcmOptions | Gets or sets the FCM options to be included in the message. |
Headers | IReadOnlyDictionary< string, string > Gets or sets the APNs headers. |
LiveActivityToken | string Gets or sets the APNs token used for live activities on iOS. |
Properties
CustomData
IDictionary< string, object > CustomData
Gets or sets a collection of arbitrary key-value data that will be included in the APNs payload.
Headers
IReadOnlyDictionary< string, string > Headers
Gets or sets the APNs headers.
LiveActivityToken
string LiveActivityToken
Gets or sets the APNs token used for live activities on iOS.
Refer to Firebase live activity documentation for more information.