Created
August 24, 2017 18:37
-
-
Save ramesh-lingappan/5045f2a961fd84f04178a2ef743b329b to your computer and use it in GitHub Desktop.
App Mode Enum Class
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public enum AppMode { | |
// different types of environment | |
DEV, STAGING, LIVE; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment