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

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

Méthodes publiques

Méthode 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 méthode

public AndroidWebClient ( ) : System.Threading
Résultat System.Threading

OnNewPicture() public méthode

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

OnPageStarted() public méthode

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

OnReceivedSslError() public méthode

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