C# Class PlayFab.ClientModels.LoginWithGameCenterRequest

Inheritance: PlayFabModelBase
显示文件 Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
CreateAccount bool?
InfoRequestParameters GetPlayerCombinedInfoRequestParams
PlayerId string
TitleId string

Property Details

CreateAccount public_oe property

Automatically create a PlayFab account if one is not currently linked to this Game Center id.
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

PlayerId public_oe property

Unique Game Center player id.
public string PlayerId
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