C# Class KidoZen.Client.Android.AuthenticationWebViewClient

Inheritance: WebViewClient
Afficher le fichier Open project: kidozen/kido-xamarin Class Usage Examples

Méthodes publiques

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

Method Details

AuthenticationWebViewClient() public méthode

public AuthenticationWebViewClient ( ) : System
Résultat System

OnPageFinished() public méthode

public OnPageFinished ( WebView view, string url ) : void
view WebView
url string
Résultat void

OnReceivedError() public méthode

public OnReceivedError ( WebView view, ClientError errorCode, string description, string failingUrl ) : void
view WebView
errorCode ClientError
description string
failingUrl string
Résultat void