-
- All Implemented Interfaces:
-
java.lang.Comparable,java.util.concurrent.Callable
public class ResolveDdlSdkTask extends Task<DeepLinkResult>
Resolves deferred deeplink on serever
-
-
Constructor Summary
Constructors Constructor Description ResolveDdlSdkTask(DdlEvent event)
-
Method Summary
Modifier and Type Method Description DeepLinkResultgetResult()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
-
ResolveDdlSdkTask
ResolveDdlSdkTask(DdlEvent event)
-
-
Method Detail
-
getResult
@Nullable() DeepLinkResult getResult()
Task should store result of it's execution if applicable and return with this method
-
-
-
-