-
- All Implemented Interfaces:
-
java.lang.Comparable,java.util.concurrent.Callable
public class ResolveEspDeeplinkTask extends Task<Map<String, Object>>
Resolves deeplink params from ESP link (email service provider). The result this task (resolved link) is being added to launch params, so it's important for launch to wait for it.
In case of success resolve - result map will contain two keys: ServerParameters.DEEP_LINK_RESOLVED - resolved deeplink data ServerParameters.DEEP_LINK - original link
-
-
Method Summary
Modifier and Type Method Description Map<String, Object>getResult()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
-
-