C# Класс PlayFab.ClientModels.GetAccountInfoRequest

Наследование: PlayFabRequestCommon
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Email string
PlayFabId string
TitleDisplayName string
Username string

Описание свойств

Email публичное свойство

User email address for the account to find (if no Username is specified).
public string Email
Результат string

PlayFabId публичное свойство

Unique PlayFab identifier of the user whose info is being requested. Optional, defaults to the authenticated user if no other lookup identifier set.
public string PlayFabId
Результат string

TitleDisplayName публичное свойство

Title-specific username for the account to find (if no Email is set). Note that if the non-unique Title Display Names option is enabled for the title, attempts to look up users by Title Display Name will always return AccountNotFound.
public string TitleDisplayName
Результат string

Username публичное свойство

PlayFab Username for the account to find (if no PlayFabId is specified).
public string Username
Результат string