NavigationResumeSnapshotRenewerFailure

@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
abstract class NavigationResumeSnapshotRenewerFailure

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

Inheritors

Types

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
class NoNavigationResumeSnapshotFailure : NavigationResumeSnapshotRenewerFailure

Represents a failure that occurred when there is no NavigationResumeSnapshot to restore.

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
class PersistenceFailure : NavigationResumeSnapshotRenewerFailure

Represents a failure occurred during the process of saving or loading the NavigationResumeSnapshot.

Properties

Link copied to clipboard

Failure message.