Class 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.
Namespace: Unity.RemoteConfig
Syntax
public static class ConfigManager
Properties
Name | Description |
---|---|
appConfig | Retrieves the |
requestStatus | Returns the status of the current configuration request from the service. |
Methods
Name | Description |
---|---|
FetchConfigs<T, T2>(T, T2) | Fetches an app configuration settings from the remote server. |
SetCustomUserID(String) | Sets a custom user identifier for the Remote Config delivery request payload. |
SetEnvironmentID(String) | Sets an environment identifier in the Remote Config delivery request payload. |
Events
Name | Description |
---|---|
FetchCompleted | This event fires when the configuration manager successfully fetches settings from the service. |