-
- All Implemented Interfaces:
-
java.util.concurrent.Callable,kotlin.Comparable
public final class PlayIntegrityApiTask extends SendLaunchTask
-
-
Field Summary
Fields Modifier and Type Field Description private final EventDataCollectoreventDataCollectorprivate final AppsFlyerApiServiceapiServiceprivate final SecureDataProvidersecureDataProviderprivate final ProxyManagerremoteDebugManagerprivate final CacheManagercacheManager
-
Constructor Summary
Constructors Constructor Description PlayIntegrityApiTask(PlayIntegrityApiManager playIntegrityApiManager, IdProvider idProvider, ServiceLocator serviceLocator, PlayIntegrityEvent event)PlayIntegrityApiTask(PlayIntegrityApiManager playIntegrityApiManager, IdProvider idProvider, ServiceLocator serviceLocator)
-
Method Summary
Modifier and Type Method Description -
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.SendEventTask
cacheRequest, getResult, internalExecute, onBlocked, onUnhandledFailure, shouldCancelOnSdkStopped -
Methods inherited from class com.appsflyer.internal.components.queue.tasks.PlayIntegrityApiTask
onTaskCompleted, setFacebookDDLMap -
Methods inherited from class com.appsflyer.internal.components.queue.tasks.SendLaunchTask
addAdvertisingIdData, addAppSpecificParams, addDeviceSpecificParams, addSdkSpecificParams, addUserAdjustableParams, createHttpCall, getEvent, getLaunchCounter, getMetadataMap, getRequestListener, removeMetaDataIfNeeded, shouldCacheRequest -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
PlayIntegrityApiTask
PlayIntegrityApiTask(PlayIntegrityApiManager playIntegrityApiManager, IdProvider idProvider, ServiceLocator serviceLocator, PlayIntegrityEvent event)
-
PlayIntegrityApiTask
PlayIntegrityApiTask(PlayIntegrityApiManager playIntegrityApiManager, IdProvider idProvider, ServiceLocator serviceLocator)
-
-
-
-