android-components / mozilla.components.browser.session / SessionManager / restore

restore

fun restore(snapshot: SessionsSnapshot): Unit (source)

Restores sessions from the provided SessionsSnapshot. Notification behaviour is as follows:

Parameters

snapshot - A SessionsSnapshot which may be produced by createSnapshot.

Exceptions

IllegalArgumentException - if an empty snapshot is passed in.