Bewerken

Delen via


Environment Type

An enum class indicating the running environment type.

Note

EnvironmentType is available in SDK version >= 1.3.0.

public enum EnvironmentType
{
    DEV,
    TEST,
    PROD
}
  • DEV: Development environment. Allows the more detailed information to be consumed in development environment.
  • TEST: Testing In Production. Protects all information that may contain user-created content.
  • PROD: Production environment. Protects all information that may contain user-created content.