Package org.mozilla.geckoview
Class WebExtension.DisabledFlags
Object
org.mozilla.geckoview.WebExtension.DisabledFlags
- Enclosing class:
- WebExtension
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The extension has been disabled by the application.static final int
The extension has been disabled because it is not compatible with the application version.static final int
The extension has been disabled by the blocklist.static final int
The extension has been disabled because it is not correctly signed.static final int
The extension has been disabled by the soft-blocklist.static final int
The extension has been disabled by the user -
Constructor Summary
-
Method Summary
-
Field Details
-
USER
public static final int USERThe extension has been disabled by the user- See Also:
-
BLOCKLIST
public static final int BLOCKLISTThe extension has been disabled by the blocklist. The details of why this extension was blocked can be found inWebExtension.MetaData.blocklistState
.- See Also:
-
APP
public static final int APPThe extension has been disabled by the application. To enable the extension you can useWebExtensionController.enable(org.mozilla.geckoview.WebExtension, int)
passing inWebExtensionController.EnableSource.APP
assource
.- See Also:
-
SIGNATURE
public static final int SIGNATUREThe extension has been disabled because it is not correctly signed.- See Also:
-
APP_VERSION
public static final int APP_VERSIONThe extension has been disabled because it is not compatible with the application version.- See Also:
-
SOFT_BLOCKLIST
public static final int SOFT_BLOCKLISTThe extension has been disabled by the soft-blocklist. The details of why this extension was blocked can be found inWebExtension.MetaData.blocklistState
.- See Also:
-
-
Constructor Details
-
DisabledFlags
public DisabledFlags()
-