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
ConfigSetting
FetchFailureReason
FetchFailureReason
Describes the most recent fetch failure.
LastFetchStatus
LastFetchStatus
Describes the most recent fetch request status.
RemoteConfigError
RemoteConfigError
Describes the error codes returned by Remote Config.
ValueSource
ValueSource
Describes the source a config value was retrieved from.