mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 16:58:38 +09:00
Issue #1053 - Drop support Android and remove Fennec - Part 1a: Remove mobile/android
This commit is contained in:
parent
85045bf6be
commit
c9b411d6cd
3891 changed files with 0 additions and 428084 deletions
|
|
@ -1,27 +0,0 @@
|
|||
package com.adjust.sdk;
|
||||
|
||||
import android.content.Context;
|
||||
|
||||
import org.json.JSONObject;
|
||||
|
||||
public interface IPackageHandler {
|
||||
public void init(IActivityHandler activityHandler, Context context, boolean startPaused);
|
||||
|
||||
public void addPackage(ActivityPackage pack);
|
||||
|
||||
public void sendFirstPackage();
|
||||
|
||||
public void sendNextPackage();
|
||||
|
||||
public void closeFirstPackage();
|
||||
|
||||
public void pauseSending();
|
||||
|
||||
public void resumeSending();
|
||||
|
||||
public String getFailureMessage();
|
||||
|
||||
public void finishedTrackingActivity(JSONObject jsonResponse);
|
||||
|
||||
public void sendClickPackage(ActivityPackage clickPackage);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue