android-components / mozilla.components.browser.session.storage / SessionStorage / restore

restore

abstract fun restore(sessionManager: SessionManager): Boolean (source)

Restores the session state by reading from the latest persisted version.

Parameters

sessionManager - the session manager to restore into.

Return
true if the state was restored, otherwise false.