Class UrlHandler.Builder
java.lang.Object
org.prebid.mobile.rendering.utils.url.UrlHandler.Builder
- Enclosing class:
UrlHandler
UrlHandler.Builder provides an API to configure UrlHandler and create it.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()withBrowserAction(BrowserAction browserAction) withDeepLinkAction(DeepLinkAction deepLinkAction) withDeepLinkPlusAction(DeepLinkPlusAction deepLinkPlusAction) withMraidInternalBrowserAction(MraidInternalBrowserAction mraidInternalBrowserAction) withResultListener(UrlHandler.UrlHandlerResultListener urlHandlerResultListener)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withDeepLinkPlusAction
-
withDeepLinkAction
-
withMraidInternalBrowserAction
public UrlHandler.Builder withMraidInternalBrowserAction(MraidInternalBrowserAction mraidInternalBrowserAction) -
withBrowserAction
-
withResultListener
public UrlHandler.Builder withResultListener(UrlHandler.UrlHandlerResultListener urlHandlerResultListener) -
build
-