Firebase.RemoteConfig
Summary
Enumerations |
|
---|---|
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. |
Describes the state of the most recent Fetch() call. |
Firebase. |
|
Firebase. |
Entry point for the Firebase C# SDK for Remote Config. |
Structs |
|
---|---|
Firebase. |
Settings for FirebaseRemoteConfig operations. |
Firebase. |
Wrapper for a Remote Config parameter value, with methods to get it as different types, such as bools and doubles, along with information about where the data came from. |
Enumerations
FetchFailureReason
FetchFailureReason
LastFetchStatus
LastFetchStatus
RemoteConfigError
RemoteConfigError
Describes the error codes returned by Remote Config.
ValueSource
ValueSource
Describes the source a config value was retrieved from.
Properties | |
---|---|
DefaultValue
|
The value was not specified, so the specified default value was returned instead. |
RemoteValue
|
The value was found in the remote data store, and returned. |
StaticValue
|
The value was not specified and no default was specified, so a static value (0 for numeric values, an empty string for strings) was returned. |