Class TrophySystem.GetGameInfoRequest
Get trophy set information
Namespace: Unity.PSN.PS5.Trophies
Syntax
public class GetGameInfoRequest : Request
Properties
GameData
Obtained trophy records
Declaration
public TrophySystem.TrophyGameData GameData { get; set; }
Property Value
| Type | Description |
|---|---|
| TrophySystem.TrophyGameData |
GameDetails
Obtained trophy configuration
Declaration
public TrophySystem.TrophyGameDetails GameDetails { get; set; }
Property Value
| Type | Description |
|---|---|
| TrophySystem.TrophyGameDetails |
UserId
User Id
Declaration
public int UserId { get; set; }
Property Value
| Type | Description |
|---|---|
| Int32 |
Methods
Run()
Declaration
protected override void Run()