public interface ProjectConfigManager
| Modifier and Type | Method and Description |
|---|---|
ProjectConfig |
getCachedConfig()
Implementations of this method should not block until a datafile is available, instead return current cached project configuration.
|
ProjectConfig |
getConfig()
Implementations of this method should block until a datafile is available.
|
java.lang.String |
getSDKKey()
Implementations of this method should return SDK key.
|
ProjectConfig getConfig()
@Nullable ProjectConfig getCachedConfig()
@Nullable java.lang.String getSDKKey()