C# Class Automobile.Mobile.Android.Automation.AndroidWebClient

Handles events originating from a webview
Inheritance: WebViewClient, WebView.IPictureListener, IWebClient
Show file Open project: vistaprint/automobile Class Usage Examples

Public Methods

Method Description
AndroidWebClient ( ) : System.Threading
OnNewPicture ( WebView view, Android.Graphics.Picture picture ) : void

A new picture is rendered to the screen

OnPageStarted ( WebView view, string url, global favicon ) : void

Page has began loading

OnReceivedSslError ( WebView view, SslErrorHandler handler, global error ) : void

Webview recieves a SSL error, Proceeds past any error

Method Details

AndroidWebClient() public method

public AndroidWebClient ( ) : System.Threading
return System.Threading

OnNewPicture() public method

A new picture is rendered to the screen
public OnNewPicture ( WebView view, Android.Graphics.Picture picture ) : void
view WebView
picture Android.Graphics.Picture
return void

OnPageStarted() public method

Page has began loading
public OnPageStarted ( WebView view, string url, global favicon ) : void
view WebView
url string
favicon global
return void

OnReceivedSslError() public method

Webview recieves a SSL error, Proceeds past any error
public OnReceivedSslError ( WebView view, SslErrorHandler handler, global error ) : void
view WebView
handler SslErrorHandler
error global
return void