-
- All Implemented Interfaces:
-
java.util.concurrent.Callable,kotlin.Comparable
public final class SendAdRevenueTask extends SendEventTask
-
-
Field Summary
Fields Modifier and Type Field Description private final AppsFlyerPreferencespreferencesprivate final EventDataCollectoreventDataCollectorprivate final AppsFlyerApiServiceapiServiceprivate final SecureDataProvidersecureDataProviderprivate final ProxyManagerremoteDebugManagerprivate final CacheManagercacheManager
-
Constructor Summary
Constructors Constructor Description SendAdRevenueTask(AdRevenue adRevenueEvent, 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, getExecutionTimeout, getResult, internalExecute, onBlocked, onTaskCompleted, onUnhandledFailure, shouldCancelOnSdkStopped, shouldRetry -
Methods inherited from class com.appsflyer.internal.components.queue.tasks.SendAdRevenueTask
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
-
SendAdRevenueTask
SendAdRevenueTask(AdRevenue adRevenueEvent, ServiceLocator serviceLocator)
-
-
-
-