C# Class KidoZen.Client.Android.AuthenticationWebViewClient

Inheritance: WebViewClient
Mostrar archivo Open project: kidozen/kido-xamarin Class Usage Examples

Public Methods

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

Method Details

AuthenticationWebViewClient() public method

public AuthenticationWebViewClient ( ) : System
return System

OnPageFinished() public method

public OnPageFinished ( WebView view, string url ) : void
view WebView
url string
return void

OnReceivedError() public method

public OnReceivedError ( WebView view, ClientError errorCode, string description, string failingUrl ) : void
view WebView
errorCode ClientError
description string
failingUrl string
return void