Class WebApiNotifications.UnregisterPushEventRequest
Unregister the push event
Namespace: Unity.PSN.PS5.WebApi
Syntax
public class UnregisterPushEventRequest : Request
Properties
PushEvent
The push event to unregister
Declaration
public WebApiPushEvent PushEvent { get; set; }
Property Value
| Type | Description |
|---|---|
| WebApiPushEvent |
Methods
Run()
Declaration
protected override void Run()