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;