RemoteConfigUser interface

Interfejs reprezentujący użytkownika Remote Config.

Podpis:

export interface RemoteConfigUser 

Nieruchomości

Nieruchomość Typ Opis
e-mail strunowy Adres e-mail. Tylko wyjście.
adres URL obrazu strunowy Adres URL obrazu. Tylko wyjście.
nazwa strunowy Wyświetlana nazwa. Tylko wyjście.

RemoteConfigUser.e-mail

Adres e-mail. Tylko wyjście.

Podpis:

email: string;

RemoteConfigUser.imageUrl

Adres URL obrazu. Tylko wyjście.

Podpis:

imageUrl?: string;

Nazwa_użytkownika RemoteConfig

Wyświetlana nazwa. Tylko wyjście.

Podpis:

name?: string;