C# Class PlayFab.ServerModels.UserSteamInfo

显示文件 Open project: PlayFab/PlayFabGameServer

Public Properties

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

Property Details

SteamActivationStatus public_oe property

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

SteamCountry public_oe property

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

SteamCurrency public_oe property

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

SteamId public_oe property

Steam identifier
public string SteamId
return string