Package org.mozilla.geckoview
Interface WebExtensionController.ExtensionProcessDelegate
- Enclosing class:
- WebExtensionController
public static interface WebExtensionController.ExtensionProcessDelegate
This delegate is used to notify of extension process state changes.
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
Called when extension process spawning has been disabled.
-
Method Details
-
onDisabledProcessSpawning
@UiThread default void onDisabledProcessSpawning()Called when extension process spawning has been disabled.
-