Remote Config şablonu yazan kişi/hizmet hesabıyla ilişkilendirilmiş tüm alanlar.
İmza:
export interface ConfigUser
Özellikler
Özellik | Tür | Açıklama |
---|---|---|
dize | E-posta adresi. | |
resimUrl | dize | Resim URL'si. |
name | dize | Görünen ad. |
RemoteConfig.ConfigUser.e-posta
E-posta adresi.
İmza:
email: string;
RemoteConfig.ConfigUser.imageUrl
Resim URL'si.
İmza:
imageUrl: string;
remoteConfig.ConfigUser.name
Görünen ad.
İmza:
name: string;