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

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

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

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

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

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

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

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

Vendor-specific iOS identifier for the user's device.
public string DeviceId
Результат string

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

Specific model of the user's device.
public string DeviceModel
Результат string

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

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

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

Specific Operating System version for the user's device.
public string OS
Результат string

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