All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.adjust.sdk.IAttributionHandler Maven / Gradle / Ivy

There is a newer version: 4.38.5
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy