-
public interface NetworkClient
-
-
Method Summary
Modifier and Type Method Description abstract UnitpostEvents(EventsBatchPayload payload)abstract RemoteConfigfetchRemoteConfig()Retrieve the latest remote configuration for this API key. -
-
Method Detail
-
postEvents
abstract Unit postEvents(EventsBatchPayload payload)
-
fetchRemoteConfig
abstract RemoteConfig fetchRemoteConfig()
Retrieve the latest remote configuration for this API key.
-
-
-
-