Class WebApiNotifications.RegisterPushEventRequest
Register a push event
Namespace: Unity.PSN.PS5.WebApi
Syntax
public class RegisterPushEventRequest : Request
Properties
Callback
The callback event to use
Declaration
public WebApiNotifications.NotificationEventHandler Callback { get; set; }
Property Value
| Type | Description |
|---|---|
| WebApiNotifications.NotificationEventHandler |
PushEvent
The push event to register
Declaration
public WebApiPushEvent PushEvent { get; set; }
Property Value
| Type | Description |
|---|---|
| WebApiPushEvent |
Methods
Run()
Declaration
protected override void Run()