Package org.mozilla.geckoview
Interface GeckoRuntime.Delegate
- Enclosing class:
- GeckoRuntime
public static interface GeckoRuntime.Delegate
-
Method Summary
-
Method Details
-
onShutdown
@UiThread void onShutdown()This is called when the runtime shuts down. Any GeckoSession instances that were opened with this instance are now considered closed.
-