ServiceWorkerGlobalScopeEventMap<T$> enum

Inheritance
Available extensions

Values

activate → const ServiceWorkerGlobalScopeEventMap<ExtendableEvent>
const ServiceWorkerGlobalScopeEventMap<_i3.ExtendableEvent>(r'activate')
fetch → const ServiceWorkerGlobalScopeEventMap<FetchEvent>
const ServiceWorkerGlobalScopeEventMap<_i3.FetchEvent>(r'fetch')
install → const ServiceWorkerGlobalScopeEventMap<ExtendableEvent>
const ServiceWorkerGlobalScopeEventMap<_i3.ExtendableEvent>(r'install')
message → const ServiceWorkerGlobalScopeEventMap<ExtendableMessageEvent>
const ServiceWorkerGlobalScopeEventMap<_i3.ExtendableMessageEvent>(r'message')
messageerror → const ServiceWorkerGlobalScopeEventMap<MessageEvent>
const ServiceWorkerGlobalScopeEventMap<_i3.MessageEvent<_i2.dynamic>>(r'messageerror')
notificationclick → const ServiceWorkerGlobalScopeEventMap<NotificationEvent>
const ServiceWorkerGlobalScopeEventMap<_i3.NotificationEvent>(r'notificationclick')
notificationclose → const ServiceWorkerGlobalScopeEventMap<NotificationEvent>
const ServiceWorkerGlobalScopeEventMap<_i3.NotificationEvent>(r'notificationclose')
push → const ServiceWorkerGlobalScopeEventMap<PushEvent>
const ServiceWorkerGlobalScopeEventMap<_i3.PushEvent>(r'push')
pushsubscriptionchange → const ServiceWorkerGlobalScopeEventMap<Event>
const ServiceWorkerGlobalScopeEventMap<_i3.Event>(r'pushsubscriptionchange')
error → const ServiceWorkerGlobalScopeEventMap<ErrorEvent>
const ServiceWorkerGlobalScopeEventMap<_i3.ErrorEvent>(r'error')
languagechange → const ServiceWorkerGlobalScopeEventMap<Event>
const ServiceWorkerGlobalScopeEventMap<_i3.Event>(r'languagechange')
offline → const ServiceWorkerGlobalScopeEventMap<Event>
const ServiceWorkerGlobalScopeEventMap<_i3.Event>(r'offline')
online → const ServiceWorkerGlobalScopeEventMap<Event>
const ServiceWorkerGlobalScopeEventMap<_i3.Event>(r'online')
rejectionhandled → const ServiceWorkerGlobalScopeEventMap<PromiseRejectionEvent>
const ServiceWorkerGlobalScopeEventMap<_i3.PromiseRejectionEvent>(r'rejectionhandled')
unhandledrejection → const ServiceWorkerGlobalScopeEventMap<PromiseRejectionEvent>
const ServiceWorkerGlobalScopeEventMap<_i3.PromiseRejectionEvent>(r'unhandledrejection')

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
final

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

Constants

values → const List<ServiceWorkerGlobalScopeEventMap>
A constant List of the values in this enum, in order of their declaration.