remoteConfig.ConfigUpdateData interface

Firebase 遠端設定更新事件中的資料。

簽名:

export interface ConfigUpdateData 

屬性

屬性 類型 說明
description 字串 使用者提供的對應遠端設定範本說明。
rollbackSource 數字 只有在這個版本是復原結果時才會顯示,且會是復原目標的遠端設定範本版本號碼。
updateOrigin ConfigUpdateOrigin 更新動作的來源。
updateTime 字串 遠端設定範本寫入遠端設定伺服器的時間。
updateType ConfigUpdateType 更新內容類型。
updateUser ConfigUser 匯總執行更新的帳戶的所有中繼資料欄位。
versionNumber 數字 版本相應遠端設定範本的版本號碼。

RemoteConfig.ConfigUpdateData.description

使用者提供的對應遠端設定範本說明。

簽名:

description: string;

RemoteConfig.ConfigUpdateData.rollbackSource

只有在這個版本是復原結果時才會顯示,且會是復原目標的遠端設定範本版本號碼。

簽名:

rollbackSource: number;

RemoteConfig.ConfigUpdateData.updateOrigin

更新動作的來源。

簽名:

updateOrigin: ConfigUpdateOrigin;

RemoteConfig.ConfigUpdateData.updateTime

遠端設定範本寫入遠端設定伺服器的時間。

簽名:

updateTime: string;

RemoteConfig.ConfigUpdateData.updateType

更新內容類型。

簽名:

updateType: ConfigUpdateType;

RemoteConfig.ConfigUpdateData.updateUser

匯總執行更新的帳戶的所有中繼資料欄位。

簽名:

updateUser: ConfigUser;

RemoteConfig.ConfigUpdateData.versionNumber

版本相應遠端設定範本的版本號碼。

簽名:

versionNumber: number;