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

Link copied to clipboard

The NavigationResumeSnapshotRenewer interface is responsible for the preservation and resumption of navigation sessions. It handles the saving and loading of navigation snapshots.

Link copied to clipboard

Represents a failure that occurred during the process of saving or restoring a navigation session.

Link copied to clipboard
class NavigationResumeSnapshotRenewerOptions(val saveInterval: Duration = DEFAULT_SAVE_INTERVAL)

Options for the NavigationResumeSnapshotRenewer behavior configuration.