NavigationResumeSnapshotRenewerOptions

@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
class NavigationResumeSnapshotRenewerOptions(val saveInterval: Duration = DEFAULT_SAVE_INTERVAL)

Options for the NavigationResumeSnapshotRenewer behavior configuration.

Constructors

Link copied to clipboard
constructor(saveInterval: Duration = DEFAULT_SAVE_INTERVAL)

Types

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
object Companion

Properties

Link copied to clipboard

The interval at which the NavigationResumeSnapshot is automatically saved. The default value is DEFAULT_SAVE_INTERVAL. Ensure that the value is greater than or equal to 10 seconds to prevent potential flash memory issues.