Package-level declarations
The package provides tools for preserving and resuming navigation sessions using NavigationResumeSnapshot. The main class in this package is NavigationResumeSnapshotRenewer, which handles the saving and loading of navigation snapshots periodically or manually, ensuring the navigation state can be restored after interruptions.
NavigationResumeSnapshotRenewer: Provides preservation and resumption of navigation sessions by saving and loading navigation snapshots.
NavigationResumeSnapshotRenewerFactory: Creates instances of
NavigationResumeSnapshotRenewer.NavigationResumeSnapshotRenewerOptions: Provides configuration options for the behavior of
NavigationResumeSnapshotRenewer.NavigationResumeSnapshotStorageFailure: Represents a failure that occurs when saving or loading data from the
NavigationResumeSnapshotStorage.
Types
The NavigationResumeSnapshotRenewer interface is responsible for the preservation and resumption of navigation sessions. It handles the saving and loading of navigation snapshots.
Creates an instance of NavigationResumeSnapshotRenewer.
Represents a failure that occurred during the process of saving or restoring a navigation session.
Options for the NavigationResumeSnapshotRenewer behavior configuration.