android-components / mozilla.components.concept.engine.window / WindowRequest / prepare

prepare

abstract fun prepare(engineSession: EngineSession): Unit (source)

Prepares the provided EngineSession for the window request. This is used to attach state (e.g. a native session) to the engine session.

Parameters

engineSession - the engine session to prepare.