C# 클래스 Automobile.Mobile.Android.Automation.AndroidWebClient

Handles events originating from a webview
상속: WebViewClient, WebView.IPictureListener, IWebClient
파일 보기 프로젝트 열기: vistaprint/automobile 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

AndroidWebClient() 공개 메소드

public AndroidWebClient ( ) : System.Threading
리턴 System.Threading

OnNewPicture() 공개 메소드

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

OnPageStarted() 공개 메소드

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

OnReceivedSslError() 공개 메소드

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