C# Class PlayFab.ClientModels.UnlockContainerItemResult

Inheritance: PlayFab.SharedModels.PlayFabResultCommon
Show file Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
GrantedItems List
UnlockedItemInstanceId string
UnlockedWithItemInstanceId string
VirtualCurrency uint>.Dictionary

Property Details

GrantedItems public property

Items granted to the player as a result of unlocking the container.
public List GrantedItems
return List

UnlockedItemInstanceId public property

Unique instance identifier of the container unlocked.
public string UnlockedItemInstanceId
return string

UnlockedWithItemInstanceId public property

Unique instance identifier of the key used to unlock the container, if applicable.
public string UnlockedWithItemInstanceId
return string

VirtualCurrency public property

Virtual currency granted to the player as a result of unlocking the container.
public Dictionary VirtualCurrency
return uint>.Dictionary