@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="PushSubscriptionChangeEvent")
public class PushSubscriptionChangeEvent
extends ExtendableEvent
AT_TARGET, BUBBLING_PHASE, cancelBubble, CAPTURING_PHASE, NONE, returnValue| Constructor and Description |
|---|
PushSubscriptionChangeEvent(java.lang.String type) |
PushSubscriptionChangeEvent(java.lang.String type,
PushSubscriptionChangeEventInit eventInitDict) |
| Modifier and Type | Method and Description |
|---|---|
PushSubscription |
newSubscription() |
PushSubscription |
oldSubscription() |
waitUntilbubbles, cancelable, composed, composedPath, currentTarget, defaultPrevented, eventPhase, initEvent, initEvent, initEvent, isTrusted, preventDefault, srcElement, stopImmediatePropagation, stopPropagation, target, timeStamp, typeassign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toString_, valueOf_, valuespublic PushSubscriptionChangeEvent(@Nonnull
java.lang.String type,
@Nonnull
PushSubscriptionChangeEventInit eventInitDict)
public PushSubscriptionChangeEvent(@Nonnull
java.lang.String type)
@JsProperty(name="newSubscription") @Nullable public PushSubscription newSubscription()
@JsProperty(name="oldSubscription") @Nullable public PushSubscription oldSubscription()