コード例 #1
0
 public NativeWebviewJSInterface(NativeWbActivity activity) : base()
 {
     this.activity = activity;
 }
コード例 #2
0
 public NativeAdContentListener(NativeWbActivity activity, WebView webView)
 {
     this.activity = activity;
     this.webView  = webView;
 }