C# Class PlayFab.ServerModels.AwardSteamAchievementItem

Show file Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
AchievementName string
PlayFabId string
Result bool

Property Details

AchievementName public property

Unique Steam achievement name.
public string AchievementName
return string

PlayFabId public property

Unique PlayFab assigned ID of the user on whom the operation will be performed.
public string PlayFabId
return string

Result public property

Result of the award attempt (only valid on response, not on request).
public bool Result
return bool