-
public final class RemoteConfigServer
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classRemoteConfigServer.Companion
-
Constructor Summary
Constructors Constructor Description RemoteConfigServer(String serverUrl, SessionReplayLogger logger)
-
Method Summary
Modifier and Type Method Description final RemoteConfigfetch(String apiKey, String packageName, String library, GenericStorage storage)final RemoteConfigfetchFromStorage(GenericStorage storage)-
-
Constructor Detail
-
RemoteConfigServer
RemoteConfigServer(String serverUrl, SessionReplayLogger logger)
-
-
Method Detail
-
fetch
final RemoteConfig fetch(String apiKey, String packageName, String library, GenericStorage storage)
-
fetchFromStorage
final RemoteConfig fetchFromStorage(GenericStorage storage)
-
-
-
-