C# Class PlayFab.ClientModels.LinkGameCenterAccountRequest

Inheritance: PlayFabRequestCommon
Show file Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
ForceLink bool?
GameCenterId string

Property Details

ForceLink public property

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

GameCenterId public property

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