-
- All Implemented Interfaces:
-
java.lang.Comparable,java.util.concurrent.Callable
public class ReturnGcdResponseTask extends Task<Void>
This task must be called after launch Used to check if we need to send GCD request
QueueResult is enough to decide if we need to request conversion data from server. FAILURE means we failed to deliver cached data and need to fetch it from server.
-
-
Field Summary
Fields Modifier and Type Field Description public final static StringCONVERSION_DATA_CACHED_TIMEpublic final static longSIXTY_DAYS
-
Constructor Summary
Constructors Constructor Description ReturnGcdResponseTask(SendLaunchTask sendLaunchTask, AppsFlyerPreferences prefs)
-
Method Summary
Modifier and Type Method Description VoidgetResult()Task should store result of it's execution if applicable and return with this method -
Methods inherited from class com.appsflyer.internal.components.queue.Task
addDependency, addSoftDependency, call, compareTo, equals, executionResult, getDependencies, getExecutionError, getExecutionTime, getOrder, getResult, getRetryCount, getSoftDependencies, getType, hashCode, toString -
Methods inherited from class java.util.concurrent.Callable
call -
Methods inherited from class java.lang.Comparable
compareTo -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
ReturnGcdResponseTask
ReturnGcdResponseTask(SendLaunchTask sendLaunchTask, AppsFlyerPreferences prefs)
-
-
-
-