RemoteConfigUpdate
class RemoteConfigUpdate : 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
FIRRemoteConfigUpdateCompletion
when a new config version has been automatically fetched.
-
Parameter keys whose values have been updated from the currently activated values. Includes keys that are added, deleted, and whose value, value source, or metadata has changed.
Declaration
Swift
var updatedKeys: Set<String> { get }