Issue #1053 - Drop support Android and remove Fennec - Part 1a: Remove mobile/android

This commit is contained in:
Matt A. Tobin 2019-04-23 15:32:23 -04:00 committed by Roy Tam
commit c9b411d6cd
3891 changed files with 0 additions and 428084 deletions

View file

@ -1,20 +0,0 @@
package com.adjust.sdk;
import org.json.JSONObject;
/**
* Created by pfms on 15/12/14.
*/
public interface IAttributionHandler {
public void init(IActivityHandler activityHandler,
ActivityPackage attributionPackage,
boolean startPaused);
public void getAttribution();
public void checkAttribution(JSONObject jsonResponse);
public void pauseSending();
public void resumeSending();
}