Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ramesh-lingappan/5045f2a961fd84f04178a2ef743b329b to your computer and use it in GitHub Desktop.
Save ramesh-lingappan/5045f2a961fd84f04178a2ef743b329b to your computer and use it in GitHub Desktop.
App Mode Enum Class
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