RemoteConfigUser interface

Remote Config ユーザーを表すインターフェイス。

サイン:

export interface RemoteConfigUser 

プロパティ

財産タイプ説明
Eメール電子メールアドレス。出力のみ。
画像URL画像のURL。出力のみ。
名前表示名。出力のみ。

RemoteConfigUser.email

電子メールアドレス。出力のみ。

サイン:

email: string;

RemoteConfigUser.imageUrl

画像のURL。出力のみ。

サイン:

imageUrl?: string;

RemoteConfigUser.name

表示名。出力のみ。

サイン:

name?: string;