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

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

There is a newer version: 4.38.5
Show newest version
package com.adjust.sdk;

/**
 * Created by pfms on 31/03/16.
 */
public interface ISdkClickHandler {
    void init(boolean startsSending);
    void pauseSending();
    void resumeSending();
    void sendSdkClick(ActivityPackage sdkClick);
    void teardown();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy