com.adjust.sdk.IAttributionHandler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of adjust-android-criteo Show documentation
Show all versions of adjust-android-criteo Show documentation
The Criteo plugin for Adjust SDK for Android
package com.adjust.sdk;
/**
* Created by pfms on 15/12/14.
*/
public interface IAttributionHandler {
public void init(IActivityHandler activityHandler,
ActivityPackage attributionPackage,
boolean startPaused,
boolean hasListener);
public void getAttribution();
public void checkSessionResponse(SessionResponseData responseData);
public void pauseSending();
public void resumeSending();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy