android-components / mozilla.components.feature.session / WindowFeature

WindowFeature

class WindowFeature (source)

Feature implementation for handling window requests.

Constructors

<init>

WindowFeature(engine: Engine, sessionManager: SessionManager)

Feature implementation for handling window requests.

Functions

start

fun start(): Unit

Starts the feature and a observer to listen for window requests.

stop

fun stop(): Unit

Stops the feature and the window request observer.