android-components / mozilla.components.browser.engine.system.window / SystemWindowRequest / prepare

prepare

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

Overrides WindowRequest.prepare

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.