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

restore

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

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

Parameters

snapshot - A Snapshot which may be produced by createSnapshot.

Exceptions

IllegalArgumentException - if an empty snapshot is passed in.