Created
June 23, 2019 14:28
-
-
Save zmdominguez/249ce5e262714edbd540cf10cea195d0 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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