Delegate GameIntentSystem.GameIntentNotification
Delegate for notifications about game intent events.
Namespace: Unity.PSN.PS5.GameIntent
Syntax
public delegate void GameIntentNotification(GameIntentSystem.GameIntent gameIntent);
Parameters
| Type | Name | Description |
|---|---|---|
| GameIntentSystem.GameIntent | gameIntent | The game intent event data |