remoteConfig.ConfigUser interface

Wszystkie pola powiązane z kontem osoby/usługi, które napisało szablon zdalnej konfiguracji.

Podpis:

export interface ConfigUser 

Nieruchomości

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

RemoteConfig.ConfigUser.email

Adres e-mail.

Podpis:

email: string;

RemoteConfig.ConfigUser.imageUrl

Adres URL obrazu.

Podpis:

imageUrl: string;

RemoteConfig.ConfigUser.name

Wyświetlana nazwa.

Podpis:

name: string;