Class GameIntentSystem.GameIntent
The type of game intent notificaiton. This is a base class for all game intent types
Namespace: Unity.PSN.PS5.GameIntent
Syntax
public class GameIntent
Properties
IntentType
The intent type
Declaration
public GameIntentSystem.GameIntent.IntentTypes IntentType { get; }
Property Value
| Type | Description |
|---|---|
| GameIntentSystem.GameIntent.IntentTypes |
UserId
User ID of the intent
Declaration
public int UserId { get; }
Property Value
| Type | Description |
|---|---|
| Int32 |