Class BaseJSInterface

java.lang.Object
org.prebid.mobile.rendering.views.webview.mraid.BaseJSInterface
All Implemented Interfaces:
JSInterface
Direct Known Subclasses:
BannerJSInterface, InterstitialJSInterface

public class BaseJSInterface extends Object implements JSInterface
  • Field Details

    • context

      protected android.content.Context context
    • adBaseView

      protected WebViewBase adBaseView
    • defaultAdContainer

      protected PrebidWebViewBase defaultAdContainer
  • Constructor Details

    • BaseJSInterface

      public BaseJSInterface(android.content.Context context, WebViewBase adBaseView, JsExecutor jsExecutor)
  • Method Details