FcmOptions interface

Options for features provided by the FCM SDK for Web. See WebpushFcmOptions.

Signature:

export interface FcmOptions 

Properties

PropertyTypeDescription
analyticsLabelstringThe label associated with the message's analytics data.
linkstringThe link to open when the user clicks on the notification.

FcmOptions.analyticsLabel

The label associated with the message's analytics data.

Signature:

analyticsLabel?: string;

The link to open when the user clicks on the notification.

Signature:

link?: string;