Skip to main content
API Reference com.nianticspatial.nsdk

ScanSaveState

Enumeration of possible scan recording save states. This enum represents the current state of a scan recording operation, indicating whether the scan data has been successfully saved, discarded, or failed.

Declaration

enum class ScanSaveState

Properties

NameTypeSummary
valueInt
-

Cases

NameTypeSummary
DISCARDEDDISCARDED
Recording was discarded
FAILED_TO_SAVEFAILED_TO_SAVE
Recording failed to save
NOT_AVAILABLENOT_AVAILABLE
Save state is not available
SAVEDSAVED
Recording was saved successfully