public NativeWebviewJSInterface(NativeWbActivity activity) : base()
 {
     this.activity = activity;
 }
 public NativeAdContentListener(NativeWbActivity activity, WebView webView)
 {
     this.activity = activity;
     this.webView  = webView;
 }