FcmOptions interface

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

Signature:

export interface FcmOptions 

Properties

Property Type Description
analyticsLabel string The label associated with the message's analytics data.
link string The 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;