Package-level declarations

Types

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

Snapshot that contains data required to resume a navigation session.

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
abstract class NavigationResumeSnapshotFailure

Represents a failure that is raised when an error occurs during the pause/resume navigation process, specifically from NavigationResumeSnapshot.

@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
class NavigationResumeSnapshotSerializationFailure(val message: String)

Represents the specific type of failure that occurs during the serialization or deserialization of the NavigationResumeSnapshot.