OnInstalledReason enum
The reason that this event is being dispatched.
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')
-
Specifies the event reason as an update to a shared module.
const OnInstalledReason('shared_module_update')
Properties
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.