C# Class PlayFab.ClientModels.LoginWithAndroidDeviceIDRequest

Inheritance: PlayFabModelBase
Datei anzeigen Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
AndroidDevice string
AndroidDeviceId string
CreateAccount bool?
InfoRequestParameters GetPlayerCombinedInfoRequestParams
OS string
TitleId string

Property Details

AndroidDevice public_oe property

Specific model of the user's device.
public string AndroidDevice
return string

AndroidDeviceId public_oe property

Android device identifier for the user's device.
public string AndroidDeviceId
return string

CreateAccount public_oe property

Automatically create a PlayFab account if one is not currently linked to this Android device.
public bool? CreateAccount
return bool?

InfoRequestParameters public_oe property

Flags for which pieces of info to return for the user.
public GetPlayerCombinedInfoRequestParams,PlayFab.ClientModels InfoRequestParameters
return GetPlayerCombinedInfoRequestParams

OS public_oe property

Specific Operating System version for the user's device.
public string OS
return string

TitleId public_oe property

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
return string