Class TrophySystem.GetTrophyInfoRequest
Get trophy information
Namespace: Unity.PSN.PS5.Trophies
Syntax
public class GetTrophyInfoRequest : Request
Properties
TrophyData
Obtained trophy records
Declaration
public TrophySystem.TrophyData TrophyData { get; set; }
Property Value
| Type | Description |
|---|---|
| TrophySystem.TrophyData |
TrophyDetails
Obtained trophy configuration data
Declaration
public TrophySystem.TrophyDetails TrophyDetails { get; set; }
Property Value
| Type | Description |
|---|---|
| TrophySystem.TrophyDetails |
TrophyId
Trophy ID
Declaration
public int TrophyId { get; set; }
Property Value
| Type | Description |
|---|---|
| Int32 |
UserId
User Id
Declaration
public int UserId { get; set; }
Property Value
| Type | Description |
|---|---|
| Int32 |
Methods
Run()
Declaration
protected override void Run()