Skip to content

Instantly share code, notes, and snippets.

@zmdominguez
Created June 23, 2019 14:28
Show Gist options
  • Save zmdominguez/249ce5e262714edbd540cf10cea195d0 to your computer and use it in GitHub Desktop.
Save zmdominguez/249ce5e262714edbd540cf10cea195d0 to your computer and use it in GitHub Desktop.
enum class Feature(val remoteConfigKey: String, val defaultValue: Boolean) {
FEATURE_1("feature_1_key", false),
FEATURE_2("feature_2_key", true),
FEATURE_3("feature_3_key", true)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment