Class UrlHandler.Builder
- java.lang.Object
-
- org.prebid.mobile.rendering.utils.url.UrlHandler.Builder
-
- Enclosing class:
- UrlHandler
public static class UrlHandler.Builder extends java.lang.ObjectUrlHandler.Builderprovides an API to configureUrlHandlerand create it.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UrlHandlerbuild()UrlHandler.BuilderwithBrowserAction(BrowserAction browserAction)UrlHandler.BuilderwithDeepLinkAction(DeepLinkAction deepLinkAction)UrlHandler.BuilderwithDeepLinkPlusAction(DeepLinkPlusAction deepLinkPlusAction)UrlHandler.BuilderwithMraidInternalBrowserAction(MraidInternalBrowserAction mraidInternalBrowserAction)UrlHandler.BuilderwithResultListener(UrlHandler.UrlHandlerResultListener urlHandlerResultListener)
-
-
-
Method Detail
-
withDeepLinkPlusAction
public UrlHandler.Builder withDeepLinkPlusAction(DeepLinkPlusAction deepLinkPlusAction)
-
withDeepLinkAction
public UrlHandler.Builder withDeepLinkAction(DeepLinkAction deepLinkAction)
-
withMraidInternalBrowserAction
public UrlHandler.Builder withMraidInternalBrowserAction(MraidInternalBrowserAction mraidInternalBrowserAction)
-
withBrowserAction
public UrlHandler.Builder withBrowserAction(BrowserAction browserAction)
-
withResultListener
public UrlHandler.Builder withResultListener(UrlHandler.UrlHandlerResultListener urlHandlerResultListener)
-
build
public UrlHandler build()
-
-