PushEvent class

Experimental: This is an experimental technologyCheck the Browser compatibility table carefully before using this in production. The interface of the Push API represents a push message that has been received. This event is sent to the global scope of a ServiceWorker. It contains the information sent from an application server to a PushSubscription.

Event

ExtendableEvent

PushEvent

Implemented types
Available Extensions
Annotations
  • @JS()
  • @staticInterop

Constructors

PushEvent(String type, [PushEventInit? eventInitDict])
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited