Class TrophySystem.GetTrophyRewardIconRequest
Obtain a reward icon
Namespace: Unity.PSN.PS5.Trophies
Syntax
public class GetTrophyRewardIconRequest : Request
Properties
Icon
Obtained icon data
Declaration
public TrophySystem.Icon Icon { get; }
Property Value
| Type | Description |
|---|---|
| TrophySystem.Icon |
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()