Exemplo n.º 1
0
 /// <summary>
 /// Init. </summary>
 /// <param name="webView"> web view. </param>
 protected internal EngagementReachContentJS(EngagementWebAnnouncementActivity outerInstance, WebView webView)
 {
     this.outerInstance = outerInstance;
     mWebView           = webView;
 }
		/// <summary>
		/// Init. </summary>
		/// <param name="webView"> web view. </param>
		protected internal EngagementReachContentJS(EngagementWebAnnouncementActivity outerInstance, WebView webView)
		{
			this.outerInstance = outerInstance;
		  mWebView = webView;
		}
Exemplo n.º 3
0
 public WebViewClientAnonymousInnerClassHelper(EngagementWebAnnouncementActivity outerInstance)
 {
     this.outerInstance = outerInstance;
 }
		  public WebViewClientAnonymousInnerClassHelper(EngagementWebAnnouncementActivity outerInstance)
		  {
			  this.outerInstance = outerInstance;
		  }