fun createSnapshot(): Snapshot?
(source)
Produces a snapshot of this manager's state, suitable for restoring via SessionManager.restore. Only regular sessions are included in the snapshot. Private and Custom Tab sessions are omitted.
Return
Snapshot or null if no sessions are present.