com.tapstream.sdk.Platform Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tapstream-core Show documentation
Show all versions of tapstream-core Show documentation
This library contains the building blocks for a Tapstream Java SDK
package com.tapstream.sdk;
import com.tapstream.sdk.wordofmouth.Reward;
import java.util.Set;
import java.util.concurrent.Callable;
public interface Platform {
String loadSessionId();
Set loadFiredEvents();
void saveFiredEvents(Set firedEvents);
String getResolution();
String getManufacturer();
String getModel();
String getOs();
String getLocale();
String getAppName();
String getAppVersion();
String getPackageName();
String getReferrer();
boolean isConsumed(Reward reward);
void consumeReward(Reward reward);
Callable getAdIdFetcher();
ActivityEventSource getActivityEventSource();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy