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 Type
    Method
    Description
    default void
    Called when extension process spawning has been disabled.
  • Method Details

    • onDisabledProcessSpawning

      @UiThread default void onDisabledProcessSpawning()
      Called when extension process spawning has been disabled.