-
- All Implemented Interfaces:
-
java.lang.Comparable,java.util.concurrent.Callable
public class ResolveOneLinkTask extends HttpTask<Map<String, String>>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceResolveOneLinkTask.OneLinkDataListenerListener for short one link attribution response
-
Field Summary
Fields Modifier and Type Field Description private ResolveOneLinkTask.OneLinkDataListenerlistenerprivate final booleanisBranded
-
Constructor Summary
Constructors Constructor Description ResolveOneLinkTask(ServiceLocator serviceLocator, UUID uuid, Uri uri)
-
Method Summary
Modifier and Type Method Description voidsetListener(@Nullable() ResolveOneLinkTask.OneLinkDataListener listener)booleanisBranded()booleanisShortLinkValid()-
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
-
ResolveOneLinkTask
ResolveOneLinkTask(ServiceLocator serviceLocator, UUID uuid, Uri uri)
-
-
Method Detail
-
setListener
void setListener(@Nullable() ResolveOneLinkTask.OneLinkDataListener listener)
-
isBranded
boolean isBranded()
-
isShortLinkValid
boolean isShortLinkValid()
-
-
-
-