-
- All Implemented Interfaces:
-
java.util.concurrent.Callable,kotlin.Comparable
public abstract class AutoValidationTask extends BaseValidationTask
Generic class used to send auto validation task and create their body (ARS and In App validation V2)
-
-
Field Summary
Fields Modifier and Type Field Description private final AppsFlyerApiServiceapiServiceprivate final SecureDataProvidersecureDataProviderprivate final ProxyManagerremoteDebugManagerprivate final CacheManagercacheManager
-
Constructor Summary
Constructors Constructor Description AutoValidationTask(TaskType type, Array<TaskType> dependencies, ServiceLocator serviceLocator, String id, Map<String, Object> requestData, PurchaseHandler.PurchaseValidationCallback callback)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class com.appsflyer.internal.components.queue.tasks.AutoValidationTask
createHttpCall -
Methods inherited from class com.appsflyer.internal.components.queue.tasks.HttpTask
addDependency, addSoftDependency, call, compareTo, equals, executionResult, getDependencies, getExecutionError, getExecutionTime, getOrder, getRetryCount, getSoftDependencies, getType, hashCode, onTimeout, toString, wasBlocked -
Methods inherited from class com.appsflyer.internal.components.queue.tasks.BaseValidationTask
cacheRequest, getExecutionTimeout, getResult, internalExecute, onBlocked, onUnhandledFailure, shouldCancelOnSdkStopped -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
AutoValidationTask
AutoValidationTask(TaskType type, Array<TaskType> dependencies, ServiceLocator serviceLocator, String id, Map<String, Object> requestData, PurchaseHandler.PurchaseValidationCallback callback)
-
-
-
-