C# Class PlayFab.ClientModels.LinkCustomIDRequest

Inheritance: PlayFabRequestCommon
Datei anzeigen Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property 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
return 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
return bool?