WebpushFcmOptions interface Stay organized with collections Save and categorize content based on your preferences.
Represents options for features provided by the FCM SDK for Web (which are not part of the Webpush standard).
Signature:
exportinterfaceWebpushFcmOptionsProperties
| 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;Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-07-29 UTC.