Skip to content

Instantly share code, notes, and snippets.

@PetkevichPavel
Last active August 24, 2019 08:29
Show Gist options
  • Save PetkevichPavel/ad82d03c0dd522c77e18d623f1c7e0a4 to your computer and use it in GitHub Desktop.
Save PetkevichPavel/ad82d03c0dd522c77e18d623f1c7e0a4 to your computer and use it in GitHub Desktop.
An_Cloud Function: Class for Remote Config constants.
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