Companion

object Companion

Functions

Link copied to clipboard
fun create(    authenticationMode: AuthenticationMode,     modeManager: SLModeManager? = null,     apiEndPoint: String = "https://api.indoorsuite.combain.com/slam",     resultsCallback: (List<SLPipeResult>) -> Unit = {},     monitorCallback: (SLMonitorData) -> Unit = {},     scanStateCallback: (Boolean) -> Unit = {},     nextScanTimeCallback: (Long?) -> Unit = {},     modeCallback: (SLMode) -> Unit = {}): SlamSDKConfig

Constructor for SlamSDKConfig which validate settings such that they arent conflicting with each other