Package-level declarations
NavigationResumeSnapshotRenewer: This interface is responsible for the preservation and resumption of navigation sessions by saving and loading navigation snapshots.
NavigationResumeSnapshotRenewerFactory: This factory class is responsible for creating instances of
NavigationResumeSnapshotRenewer
.NavigationResumeSnapshotRenewerOptions: This class provides configuration options for the behavior of
NavigationResumeSnapshotRenewer
.NavigationResumeSnapshotStorageFailure: Represents a failure that occurred during 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.