Package com.naver.ads.webview
Class BaseWebView
-
- All Implemented Interfaces:
-
android.graphics.drawable.Drawable.Callback,android.view.KeyEvent.Callback,android.view.ViewGroup.OnHierarchyChangeListener,android.view.ViewManager,android.view.ViewParent,android.view.ViewTreeObserver.OnGlobalFocusChangeListener,android.view.accessibility.AccessibilityEventSource
public abstract class BaseWebView extends WebView
A WebView for ads interface.
-
-
Constructor Summary
Constructors Constructor Description BaseWebView(Context context)
-
Method Summary
Modifier and Type Method Description final BooleangetDestroyed()final Unitdestroy()abstract UnitdestroyInternal()-
-
Constructor Detail
-
BaseWebView
BaseWebView(Context context)
-
-
Method Detail
-
getDestroyed
final Boolean getDestroyed()
-
destroyInternal
abstract Unit destroyInternal()
-
-
-
-