Package com.naver.ads.webview
Class DefaultAdWebViewController
-
- All Implemented Interfaces:
-
com.naver.ads.webview.AdWebViewController
public final class DefaultAdWebViewController extends BaseAdWebViewController<DefaultAdWebView>
A default implementation of AdWebViewController.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classDefaultAdWebViewController.Factory
-
Constructor Summary
Constructors Constructor Description DefaultAdWebViewController(Context context, AdWebViewRenderingOptions renderingOptions)Constructs a new DefaultAdWebViewController instance.
-
Method Summary
Modifier and Type Method Description UnitfillContentInternal(AdWebView adWebView, String html)UnithandleSuccessToLoad()UnithandleFailedToLoad(AdWebViewErrorCode errorCode)UnithandleAdCommanded(Uri uri)UnithandleConfigurationChange()DefaultAdWebViewcreateAdWebView()-
-
Constructor Detail
-
DefaultAdWebViewController
DefaultAdWebViewController(Context context, AdWebViewRenderingOptions renderingOptions)
Constructs a new DefaultAdWebViewController instance.- Parameters:
context- the context.renderingOptions- the options for rendering this instance.
-
-
Method Detail
-
fillContentInternal
Unit fillContentInternal(AdWebView adWebView, String html)
-
handleSuccessToLoad
Unit handleSuccessToLoad()
-
handleFailedToLoad
Unit handleFailedToLoad(AdWebViewErrorCode errorCode)
-
handleAdCommanded
Unit handleAdCommanded(Uri uri)
-
handleConfigurationChange
Unit handleConfigurationChange()
-
createAdWebView
DefaultAdWebView createAdWebView()
-
-
-
-