remoteConfig.RemoteConfigUser interface

Güncellemeyi gerçekleştiren Remote Config hesabının meta verilerini temsil eden arayüz. [RemoteConfigUser](/docs/reference/remote-config/rest/v1/Version#remoteconfiguser) ile aynı alanları içerir.

İmza:

export interface RemoteConfigUser 

Özellikler

Özellik Tür Açıklama
email dize Güncellemeyi yapan Remote Config hesabının e-posta adresi.
resimUrl dize Güncellemeyi yapan Remote Config hesabının resim URL'si.
name dize Güncellemeyi gerçekleştiren Remote Config hesabının adı.

RemoteConfig.RemoteConfigUser.email

Güncellemeyi yapan Remote Config hesabının e-posta adresi.

İmza:

email: string;

RemoteConfig.RemoteConfigUser.imageUrl

Güncellemeyi yapan Remote Config hesabının resim URL'si.

İmza:

imageUrl?: string;

remoteConfig.RemoteConfigUser.name

Güncellemeyi yapan Remote Config hesabının adı.

İmza:

name?: string;