Package com.naver.ads.webview
Interface AdWebViewController
-
- All Implemented Interfaces:
public interface AdWebViewControllerthe controller interface for handling AdWebView.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceAdWebViewController.FactoryA factory for AdWebViewController instances.
-
Method Summary
Modifier and Type Method Description abstract UnitfillContent(String html)Creates a AdWebView and fills it with given html. abstract Unitdestroy()Destroys this controller. abstract UnitsetControllerListener(AdWebViewControllerListener listener)abstract ViewGroupgetAdWebViewContainer()The ViewGroup contains AdWebView. -
-
Method Detail
-
fillContent
abstract Unit fillContent(String html)
Creates a AdWebView and fills it with given html.
- Parameters:
html- the HTML of the ad.
-
setControllerListener
abstract Unit setControllerListener(AdWebViewControllerListener listener)
-
getAdWebViewContainer
abstract ViewGroup getAdWebViewContainer()
-
-
-
-