Delegate Session.RawSessionEventHandler
Delegate for notifications about premium events.
Namespace: Unity.PSN.PS5.Sessions
Syntax
public delegate void RawSessionEventHandler(Session session, WebApiNotifications.CallbackParams eventData);
Parameters
| Type | Name | Description |
|---|---|---|
| Session | session | |
| WebApiNotifications.CallbackParams | eventData | The notification event data |