DsEnvironment

sealed class DsEnvironment

DsEnvironment is used to indicate which environment the SDK is using. The production environment is used for all production applications. The test environment is used for all test applications. The testServerNumber on test environment is used to identify which test server to use (Town42).

Inheritors

Types

Link copied to clipboard
Link copied to clipboard
data class Test(val testServerNumber: Int) : DsEnvironment