state property

String? state
getter/setter pair

The state of the fetched response. Possible string values are:

  • "INSTANCE_STATE_UNSPECIFIED" : Default (when the enum is not set by the server for any reason).
  • "UPDATE" : The Remote Config parameter values and/or the Firebase A/B Testing experiments differ from the last fetch.
  • "NO_TEMPLATE" : No template defined.
  • "NO_CHANGE" : The Remote Config parameter values and Firebase A/B Testing experiments both match those returned during the last fetch.
  • "EMPTY_CONFIG" : Template found, but evaluates to empty (e.g. all keys omitted)

Implementation

core.String? state;