Namespace Unity.Services.RemoteConfig
Classes
ConfigManager
Use this class to fetch and apply your configuration settings at runtime. ConfigManager is wrapper class to mimic the functionality of underlying ConfigManagerImpl class. It uses an instance of ConfigManagerImpl class, making it a primitive class of ConfigManagerImpl.
ConfigManagerImpl
CoreConfig
RCUnityWebRequest
RemoteConfigService
Use this class to fetch and apply your configuration settings at runtime. RemoteConfigService is wrapper class to mimic the functionality of underlying ConfigManagerImpl class. It uses an instance of ConfigManagerImpl class, making it a primitive class of ConfigManagerImpl.
RuntimeConfig
This class represents a single runtime settings configuration. Access its methods and properties via the ConfigManager.appConfig
wrapper.
Utilities
Structs
ConfigResponse
A struct representing the response of a Remote Config fetch.
Interfaces
IRCUnityWebRequest
Enums
ConfigOrigin
An enum describing the origin point of your most recently loaded configuration settings.
ConfigRequestStatus
An enum representing the status of the current Remote Config request.