-
- All Implemented Interfaces:
-
java.lang.Comparable,java.util.concurrent.Callable
public class SendLaunchTask extends SendEventTask
Adds specific handling before and after task is finished for launch events.
N.B. Attr is handled same as launch
-
-
Field Summary
Fields Modifier and Type Field Description private Map<String, Object>facebookDDLMap
-
Constructor Summary
Constructors Constructor Description SendLaunchTask(AFEvent event, ServiceLocator serviceLocator)
-
Method Summary
Modifier and Type Method Description SendLaunchTasksetFacebookDDLMap(Map<String, Object> facebookDDLMap)Adds reference to the facebook ddl map, which event will include during send.You can update map later, task will only hold reference to it. -
Methods inherited from class com.appsflyer.internal.components.queue.tasks.SendEventTask
getEvent, getLaunchCounter, removeMetaDataIfNeeded -
Methods inherited from class com.appsflyer.internal.components.queue.tasks.HttpTask
getResult, internalExecute -
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
-
SendLaunchTask
SendLaunchTask(AFEvent event, ServiceLocator serviceLocator)
-
-
Method Detail
-
setFacebookDDLMap
SendLaunchTask setFacebookDDLMap(Map<String, Object> facebookDDLMap)
Adds reference to the facebook ddl map, which event will include during send.You can update map later, task will only hold reference to it.
-
-
-
-