Classes
The following classes are available globally.
-
Listener registration returned by
addOnConfigUpdateListener. Calling its methodremovestops the associated listener from receiving config updates and unregisters itself.If remove is called and no other listener registrations remain, the connection to the real-time RC backend is closed. Subsequently calling
addOnConfigUpdateListenerwill re-open the connection.Declaration
Objective-C
@interface FIRConfigUpdateListenerRegistration : NSObject
-
This class provides a wrapper for Remote Config parameter values, with methods to get parameter values as different data types.
Declaration
Objective-C
@interface FIRRemoteConfigValue : NSObject <NSCopying>
-
Firebase Remote Config settings.
Declaration
Objective-C
@interface FIRRemoteConfigSettings : NSObject
-
Used by Remote Config real-time config update service, this class represents changes between the newly fetched config and the current one. An instance of this class is passed to
FIRRemoteConfigUpdateCompletionwhen a new config version has been automatically fetched.Declaration
Objective-C
@interface FIRRemoteConfigUpdate : NSObject
-
Firebase Remote Config class. The class method
remoteConfig()can be used to fetch, activate and read config results and set default config results on the default Remote Config instance.Declaration
Objective-C
@interface FIRRemoteConfig : NSObject <NSFastEnumeration>