C# Class PlayFab.ClientModels.LinkGameCenterAccountRequest

Inheritance: PlayFabRequestCommon
Afficher le fichier Open project: PlayFab/PlayFabGameServer Class Usage Examples

Méthodes publiques

Свойство 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
Résultat bool?

GameCenterId public_oe property

Game Center identifier for the player account to be linked.
public string GameCenterId
Résultat string