Skip to main content
API Reference com.nianticspatial.nsdk.wps WPSSession

configure

Configures the session with the specified settings. Attention: This method must be called while the session is stopped, or else 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. Note: The WPS settings should be kept at their default value in almost all instances.

Declaration

fun configure(config: WPSConfig)

Summary

Configures the session with the specified settings. Attention: This method must be called while the session is stopped, or else 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. Note: The WPS settings should be kept at their default value in almost all instances.


ON THIS PAGE