-
public final class DeepLinkHandlerResult<T extends Object>
-
-
Field Summary
Fields Modifier and Type Field Description private final DeepLinkHandler<T>deepLinkHandlerprivate final TdeepLinkHandlerArgs
-
Constructor Summary
Constructors Constructor Description DeepLinkHandlerResult(DeepLinkHandler<T> deepLinkHandler, T deepLinkHandlerArgs)
-
Method Summary
Modifier and Type Method Description final DeepLinkHandler<T>getDeepLinkHandler()final TgetDeepLinkHandlerArgs()-
-
Constructor Detail
-
DeepLinkHandlerResult
DeepLinkHandlerResult(DeepLinkHandler<T> deepLinkHandler, T deepLinkHandlerArgs)
-
-
Method Detail
-
getDeepLinkHandler
final DeepLinkHandler<T> getDeepLinkHandler()
-
getDeepLinkHandlerArgs
final T getDeepLinkHandlerArgs()
-
-
-
-