C# Class PlayFab.ClientModels.LinkCustomIDRequest

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

Méthodes publiques

Свойство Type Description
CustomId string
ForceLink bool?

Property Details

CustomId public_oe property

Custom unique identifier for the user, generated by the title.
public string CustomId
Résultat string

ForceLink public_oe property

If another user is already linked to the custom ID, unlink the other user and re-link.
public bool? ForceLink
Résultat bool?