代表 FCM SDK for iOS 提供的功能選項。
簽名:
export interface ApnsFcmOptions
屬性
屬性 | 類型 | 說明 |
---|---|---|
analyticsLabel | 字串 | 與訊息數據分析資料相關聯的標籤。 |
imageUrl | 字串 | 通知中顯示的圖片網址。 |
ApnsFcmOptions.analyticsLabel
與訊息數據分析資料相關聯的標籤。
簽名:
analyticsLabel?: string;
ApnsFcmOptions.imageUrl
通知中顯示的圖片網址。
簽名:
imageUrl?: string;