public class AppEventTask
extends android.os.AsyncTask<java.lang.Object,java.lang.Void,org.json.JSONObject>
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
THROTTLE |
| Constructor and Description |
|---|
AppEventTask(android.content.Context context,
AppEventResponseListener responseListener,
AdvertisingInfo advertisingInfo,
PubSdkApi api,
DeviceInfo deviceInfo,
UserPrivacyUtil userPrivacyUtil) |
| Modifier and Type | Method and Description |
|---|---|
protected org.json.JSONObject |
doInBackground(java.lang.Object... objects) |
protected void |
onPostExecute(org.json.JSONObject result) |
protected static final java.lang.String THROTTLE
public AppEventTask(@NonNull
android.content.Context context,
@NonNull
AppEventResponseListener responseListener,
@NonNull
AdvertisingInfo advertisingInfo,
@NonNull
PubSdkApi api,
@NonNull
DeviceInfo deviceInfo,
@NonNull
UserPrivacyUtil userPrivacyUtil)
protected org.json.JSONObject doInBackground(java.lang.Object... objects)
doInBackground in class android.os.AsyncTask<java.lang.Object,java.lang.Void,org.json.JSONObject>protected void onPostExecute(@Nullable
org.json.JSONObject result)
onPostExecute in class android.os.AsyncTask<java.lang.Object,java.lang.Void,org.json.JSONObject>