Represents options for features provided by the FCM SDK for iOS.
Signature:
export interface ApnsFcmOptions
Properties
| Property | Type | Description |
|---|---|---|
| analyticsLabel | string | The label associated with the message's analytics data. |
| imageUrl | string | URL of an image to be displayed in the notification. |
ApnsFcmOptions.analyticsLabel
The label associated with the message's analytics data.
Signature:
analyticsLabel?: string;
ApnsFcmOptions.imageUrl
URL of an image to be displayed in the notification.
Signature:
imageUrl?: string;