remoteConfig.RemoteConfigUser interface

表示執行更新的遠端設定帳戶的元資料的介面。包含與 [ RemoteConfigUser相同的字段](/docs/reference/remote-config/rest/v1/Version#remoteconfiguser)。

簽名:

export interface RemoteConfigUser 

特性

財產類型描述
電子郵件細繩執行更新的遠端設定帳戶的電子郵件地址。
圖片網址細繩執行更新的遠端設定帳戶的圖像 URL。
姓名細繩執行更新的遠端配置帳戶的名稱。

遠端設定.RemoteConfigUser.email

執行更新的遠端設定帳戶的電子郵件地址。

簽名:

email: string;

遠端配置.RemoteConfigUser.imageUrl

執行更新的遠端設定帳戶的圖像 URL。

簽名:

imageUrl?: string;

RemoteConfig.RemoteConfigUser.name

執行更新的遠端配置帳戶的名稱。

簽名:

name?: string;