-
public class UrlHandler.BuilderBuilder provides an API to configure UrlHandler and create it.
-
-
Method Summary
Modifier and Type Method Description UrlHandler.BuilderwithDeepLinkPlusAction(@NonNull() DeepLinkPlusAction deepLinkPlusAction)UrlHandler.BuilderwithDeepLinkAction(@NonNull() DeepLinkAction deepLinkAction)UrlHandler.BuilderwithMraidInternalBrowserAction(@NonNull() MraidInternalBrowserAction mraidInternalBrowserAction)UrlHandler.BuilderwithBrowserAction(@NonNull() BrowserAction browserAction)UrlHandler.BuilderwithResultListener(@NonNull() UrlHandler.UrlHandlerResultListener urlHandlerResultListener)UrlHandlerbuild()-
-
Method Detail
-
withDeepLinkPlusAction
UrlHandler.Builder withDeepLinkPlusAction(@NonNull() DeepLinkPlusAction deepLinkPlusAction)
-
withDeepLinkAction
UrlHandler.Builder withDeepLinkAction(@NonNull() DeepLinkAction deepLinkAction)
-
withMraidInternalBrowserAction
UrlHandler.Builder withMraidInternalBrowserAction(@NonNull() MraidInternalBrowserAction mraidInternalBrowserAction)
-
withBrowserAction
UrlHandler.Builder withBrowserAction(@NonNull() BrowserAction browserAction)
-
withResultListener
UrlHandler.Builder withResultListener(@NonNull() UrlHandler.UrlHandlerResultListener urlHandlerResultListener)
-
build
UrlHandler build()
-
-
-
-