Skip to main content
API Reference com.nianticspatial.nsdk.scanning ScanningSession

configure

Configure the session with the specified settings. > Note: It is only valid to call this when the session is stopped. > Note: Configuration is asynchronous and can fail later, even if this call does not throw an error. Use [getFeatureStatus()] to check there are no issues.

Declaration

fun configure(config: ScannerConfig)

Summary

Configure the session with the specified settings. > Note: It is only valid to call this when the session is stopped. > Note: Configuration is asynchronous and can fail later, even if this call does not throw an error. Use [getFeatureStatus()] to check there are no issues.


ON THIS PAGE