io.featurehub.client.GoogleAnalyticsApiClient Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-client-core Show documentation
Show all versions of java-client-core Show documentation
Shared core of featurehub client.
package io.featurehub.client;
public interface GoogleAnalyticsApiClient {
// if you wish to pass in the "value" field to analytics, add this to the "other" map
String GA_VALUE = "gaValue";
void postBatchUpdate(String batchData);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy