Skip to main content
API Reference com.nianticspatial.nsdk.vps VPSSession

configure

Configures the session with the specified settings. Attention: This method must be called while the session is stopped, or configuration will fail. In that case, while this function returns without throwing, configuration will still fail asynchronously. Use [featureStatus] to check that configuration has not failed.

Declaration

fun configure(config: VPSConfig)

Summary

Configures the session with the specified settings. Attention: This method must be called while the session is stopped, or configuration will fail. In that case, while this function returns without throwing, configuration will still fail asynchronously. Use [featureStatus] to check that configuration has not failed.


ON THIS PAGE