與寫入遠端設定範本的使用者/服務帳戶相關聯的所有欄位。
簽名:
export interface ConfigUser
屬性
屬性 | 類型 | 說明 |
---|---|---|
字串 | 電子郵件地址。 | |
imageUrl | 字串 | 圖片網址。 |
name | 字串 | 顯示名稱。 |
RemoteConfig.ConfigUser.email
電子郵件地址。
簽名:
email: string;
RemoteConfig.ConfigUser.imageUrl
圖片網址。
簽名:
imageUrl: string;
remoteConfig.ConfigUser.name
顯示名稱。
簽名:
name: string;