ExtensionInstallType enum
How the extension was installed. One of admin: The extension was installed because of an administrative policy, development: The extension was loaded unpacked in developer mode, normal: The extension was installed normally via a .crx file, sideload: The extension was installed by other software on the machine, other: The extension was installed by other means.
Values
- admin → const ExtensionInstallType
-
const ExtensionInstallType('admin')
- development → const ExtensionInstallType
-
const ExtensionInstallType('development')
- normal → const ExtensionInstallType
-
const ExtensionInstallType('normal')
- sideload → const ExtensionInstallType
-
const ExtensionInstallType('sideload')
- other → const ExtensionInstallType
-
const ExtensionInstallType('other')
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) → ExtensionInstallType
Constants
-
values
→ const List<
ExtensionInstallType> - A constant List of the values in this enum, in order of their declaration.