C# Class PlayFab.ClientModels.GenericPlayFabIdPair

Afficher le fichier Open project: PlayFab/PlayFabGameServer

Méthodes publiques

Свойство Type Description
GenericId GenericServiceId
PlayFabId string

Property Details

GenericId public_oe property

Unique generic service identifier for a user.
public GenericServiceId,PlayFab.ClientModels GenericId
Résultat GenericServiceId

PlayFabId public_oe property

Unique PlayFab identifier for a user, or null if no PlayFab account is linked to the given generic identifier.
public string PlayFabId
Résultat string