Table of Contents

Class PushSubscriptionChangeEvent

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
[Value("PushSubscriptionChangeEvent")]
public class PushSubscriptionChangeEvent : ExtendableEvent
Inheritance
PushSubscriptionChangeEvent
Inherited Members

Constructors

PushSubscriptionChangeEvent()

public PushSubscriptionChangeEvent()

PushSubscriptionChangeEvent(string, PushSubscriptionChangeEventInit)

public PushSubscriptionChangeEvent(string type, PushSubscriptionChangeEventInit eventInitDict = null)

Parameters

type string
eventInitDict PushSubscriptionChangeEventInit

Properties

NewSubscription

[Value("newSubscription")]
public PushSubscription? NewSubscription { get; }

Property Value

PushSubscription

OldSubscription

[Value("oldSubscription")]
public PushSubscription? OldSubscription { get; }

Property Value

PushSubscription