Last active
August 24, 2019 08:29
-
-
Save PetkevichPavel/ad82d03c0dd522c77e18d623f1c7e0a4 to your computer and use it in GitHub Desktop.
An_Cloud Function: Class for Remote Config constants.
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
class RemoteConfigConstants { | |
companion object { | |
const val DEFAULT_LOCAL_RC_JSON = "RemoteConfig.json" | |
const val LOCAL_RC_JSON = "DeviceRemoteConfig.json" | |
const val RC_JSON_PARAM_NAME = "config_json" | |
const val RC_EXTRA_BACK_NOTIFICATION = "rc_extra_back_notification" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment