C# Class PlayFab.ClientModels.LinkGameCenterAccountRequest

Inheritance: PlayFabRequestCommon
Exibir arquivo Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
ForceLink bool?
GameCenterId string

Property Details

ForceLink public_oe property

If another user is already linked to the account, unlink the other user and re-link.
public bool? ForceLink
return bool?

GameCenterId public_oe property

Game Center identifier for the player account to be linked.
public string GameCenterId
return string