| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | fm.audiobox.core.config.Configuration.Env | |
AudioBox environments.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Configuration.Env | development | The test and the development environment. | |||||||||
| Configuration.Env | production | The AudioBox production environment, use this as default or in release builds. | |||||||||
| Configuration.Env | staging | The environment to use for experimental features and future APIs. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static Configuration.Env | valueOf(String name) | ||||||||||
| final static Env[] | values() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
The AudioBox production environment, use this as default or in release builds.
The environment to use for experimental features and future APIs.