Interfaces
FirebaseRemoteConfigInfo | Wraps the current state of the FirebaseRemoteConfig singleton object. |
FirebaseRemoteConfigValue | Wrapper for a Remote Config parameter value, with methods to get it as different types. |
Classes
FirebaseRemoteConfig | Entry point for the Firebase Remote Config (FRC) API. |
FirebaseRemoteConfigSettings | Wraps the settings for FirebaseRemoteConfig
operations. |
FirebaseRemoteConfigSettings.Builder | Builder for a
FirebaseRemoteConfigSettings . |
Exceptions
FirebaseRemoteConfigClientException | A Firebase Remote Config internal issue that isn't caused by an interaction with the Firebase Remote Config server. |
FirebaseRemoteConfigException | Base class for FirebaseRemoteConfig
exceptions. |
FirebaseRemoteConfigFetchException | This class is deprecated. Use
FirebaseRemoteConfigServerException or
FirebaseRemoteConfigClientException instead. |
FirebaseRemoteConfigFetchThrottledException | An exception thrown when a
fetch() call is throttled. |
FirebaseRemoteConfigServerException | A Firebase Remote Config internal issue caused by an interaction with the Firebase Remote Config server. |