OnInstalledReason enum

The reason that this event is being dispatched.

Inheritance
Available extensions

Values

install → const OnInstalledReason

Specifies the event reason as an installation.

const OnInstalledReason('install')
update → const OnInstalledReason

Specifies the event reason as an extension update.

const OnInstalledReason('update')
chromeUpdate → const OnInstalledReason

Specifies the event reason as a Chrome update.

const OnInstalledReason('chrome_update')
sharedModuleUpdate → const OnInstalledReason

Specifies the event reason as an update to a shared module.

const OnInstalledReason('shared_module_update')

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
toJS String
no setter
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

Static Methods

fromJS(String value) OnInstalledReason

Constants

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