android-components / mozilla.components.concept.engine / Engine / createSession

createSession

abstract fun createSession(private: Boolean = false): EngineSession (source)

Creates a new engine session.

Parameters

private - whether or not this session should use private mode.

Return
the newly created EngineSession.