NavigationResumeSnapshot
Snapshot that contains data required to resume a navigation session.
See also
Types
Properties
Functions
Inherited functions
Link copied to clipboard
fun NavigationResumeSnapshot.serializeToBytes(): Result<ByteArray, NavigationResumeSnapshotSerializationFailure>
Serializes the given NavigationResumeSnapshot into a byte array.
Link copied to clipboard
fun NavigationResumeSnapshot.serializeToFile(file: File): Result<Unit, NavigationResumeSnapshotSerializationFailure>
Serializes the given NavigationResumeSnapshot into a binary file.