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

persist

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

Persists the session state of the provided SessionManager.

Parameters

sessionManager - the session manager to persist from.

Return
true if the state was persisted, otherwise false.