FCM SDK for Web 的功能選項。請參閱 WebpushFcmOptions。
簽名:
export interface FcmOptions
屬性
屬性 | 類型 | 說明 |
---|---|---|
analyticsLabel | 字串 | 與訊息數據分析資料相關聯的標籤。 |
連結 | 字串 | 使用者點選通知時開啟的連結。 |
FcmOptions.analyticsLabel
與訊息數據分析資料相關聯的標籤。
簽名:
analyticsLabel?: string;
FcmOptions.link
使用者點選通知時開啟的連結。
簽名:
link?: string;