Method | Description | |
---|---|---|
AuthenticationWebViewClient ( ) : System | ||
OnPageFinished ( WebView view, string url ) : void | ||
OnReceivedError ( WebView view, ClientError errorCode, string description, string failingUrl ) : void |
public AuthenticationWebViewClient ( ) : System | ||
return | System |
public OnPageFinished ( WebView view, string url ) : void | ||
view | WebView | |
url | string | |
return | void |
public OnReceivedError ( WebView view, ClientError errorCode, string description, string failingUrl ) : void | ||
view | WebView | |
errorCode | ClientError | |
description | string | |
failingUrl | string | |
return | void |