Class TrophySystem.GetGroupInfoRequest
Get trophy group information
Namespace: Unity.PSN.PS5.Trophies
Syntax
public class GetGroupInfoRequest : Request
Properties
GroupData
Obtained trophy records
Declaration
public TrophySystem.TrophyGroupData GroupData { get; set; }
Property Value
| Type | Description |
|---|---|
| TrophySystem.TrophyGroupData |
GroupDetails
Obtained trophy configuration
Declaration
public TrophySystem.TrophyGroupDetails GroupDetails { get; set; }
Property Value
| Type | Description |
|---|---|
| TrophySystem.TrophyGroupDetails |
GroupId
Group Id
Declaration
public int GroupId { 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()