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