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

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

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

Свойство Тип Описание
CreateAccount bool?
CustomId string
InfoRequestParameters GetPlayerCombinedInfoRequestParams
TitleId string

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

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

Automatically create a PlayFab account if one is not currently linked to this Custom ID.
public bool? CreateAccount
Результат bool?

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

Custom unique identifier for the user, generated by the title.
public string CustomId
Результат string

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

Flags for which pieces of info to return for the user.
public GetPlayerCombinedInfoRequestParams,PlayFab.ClientModels InfoRequestParameters
Результат GetPlayerCombinedInfoRequestParams

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

Unique identifier for the title, found in the Settings > Game Properties section of the PlayFab developer site when a title has been selected.
public string TitleId
Результат string