remoteConfig.UpdateBuilder class

用於建立遠端設定 Cloud Functions 的建構工具。

簽名:

export declare class UpdateBuilder 

方法

方法 修飾符 說明
onUpdate(處理常式) 處理影響遠端設定專案的所有更新作業 (包括復原)。

RemoteConfig.UpdateBuilder.onUpdate()

處理影響遠端設定專案的所有更新作業 (包括復原)。

簽名:

onUpdate(handler: (version: TemplateVersion, context: EventContext) => PromiseLike<any> | any): CloudFunction<TemplateVersion>;

參數

參數 類型 說明
handler (版本:TemplateVersion,結構定義:EventContext) =>承諾<任何>|任何 這個函式會將更新後的遠端設定範本版本中繼資料做為引數。

傳回:

CloudFunction<TemplateVersion>