C# Class PlayFab.ClientModels.UserSteamInfo

Show file Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
SteamActivationStatus TitleActivationStatus?
SteamCountry string
SteamCurrency Currency?
SteamId string

Property Details

SteamActivationStatus public property

what stage of game ownership the user is listed as being in, from Steam
public TitleActivationStatus? SteamActivationStatus
return TitleActivationStatus?

SteamCountry public property

the country in which the player resides, from Steam data
public string SteamCountry
return string

SteamCurrency public property

currency type set in the user Steam account
public Currency? SteamCurrency
return Currency?

SteamId public property

Steam identifier
public string SteamId
return string