C# Class PlayFab.ClientModels.GenericPlayFabIdPair

Exibir arquivo Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
GenericId GenericServiceId
PlayFabId string

Property Details

GenericId public_oe property

Unique generic service identifier for a user.
public GenericServiceId,PlayFab.ClientModels GenericId
return 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
return string