Environment
public enum Environment
Add all the possible environment here
-
Development environment
Declaration
Swift
case development -
Staging or UAT environment
Declaration
Swift
case staging -
Live or Production enviroment
Declaration
Swift
case production
View on GitHub
Environment Enumeration Reference