Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.