firebase:: remote_config
Firebase Remote Config API.
Summary
Firebase Remote Config is a cloud service that lets you change the appearance and behavior of your app without requiring users to download an app update.
Enumerations | |
|---|---|
ConfigSetting{ | enum Keys of API settings. |
FetchFailureReason{ | enum Describes the most recent fetch failure. |
LastFetchStatus{ | enum Describes the most recent fetch request status. |
RemoteConfigError | enum Describes the error codes returned by Remote Config. |
ValueSource{ | enum Describes the source a config value was retrieved from. |
Classes | |
|---|---|
| firebase:: | Calling Remove stops the listener from receiving config updates and unregisters itself. |
| firebase:: | Entry point for the Firebase C++ SDK for Remote Config. |
Structs | |
|---|---|
| firebase:: | Describes the state of the most recent Fetch() call. |
| firebase:: | Describes a mapping of a key to a string value. |
| firebase:: | Describes a mapping of a key to a value of any type. |
| firebase:: | Configurations for Remote Config behavior. |
| firebase:: | Information about the updated config. |
| firebase:: | Describes a retrieved value. |
Enumerations
ConfigSetting
ConfigSettingFetchFailureReason
FetchFailureReasonDescribes the most recent fetch failure.
LastFetchStatus
LastFetchStatusDescribes the most recent fetch request status.
RemoteConfigError
RemoteConfigErrorDescribes the error codes returned by Remote Config.
ValueSource
ValueSourceDescribes the source a config value was retrieved from.
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-05-04 UTC.