-
- All Implemented Interfaces:
-
java.lang.Comparable,java.util.concurrent.Callable
public class SendEventTask extends HttpTask<String>
Generic class used to send majority of events without additional special logic like launches
-
-
Constructor Summary
Constructors Constructor Description SendEventTask(AFEvent event, ServiceLocator serviceLocator)SendEventTask(AFEvent event, ServiceLocator serviceLocator, String id)
-
Method Summary
Modifier and Type Method Description AFEventgetEvent()Don't modify the event returned, this might produce unintended side effects intgetLaunchCounter()voidremoveMetaDataIfNeeded()-
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
-
SendEventTask
SendEventTask(AFEvent event, ServiceLocator serviceLocator)
-
SendEventTask
SendEventTask(AFEvent event, ServiceLocator serviceLocator, String id)
-
-
Method Detail
-
getEvent
AFEvent getEvent()
Don't modify the event returned, this might produce unintended side effects
-
getLaunchCounter
int getLaunchCounter()
-
removeMetaDataIfNeeded
void removeMetaDataIfNeeded()
-
-
-
-