Represents options for features provided by the FCM SDK for Web (which are not part of the Webpush standard).
Signature:
export interface WebpushFcmOptions
Properties
Property | Type | Description |
---|---|---|
link | string | The link to open when the user clicks on the notification. For all URL values, HTTPS is required. |
WebpushFcmOptions.link
The link to open when the user clicks on the notification. For all URL values, HTTPS is required.
Signature:
link?: string;