C# 클래스 KidoZen.Client.Android.AuthenticationWebViewClient

상속: WebViewClient
파일 보기 프로젝트 열기: kidozen/kido-xamarin 1 사용 예제들

공개 메소드들

메소드 설명
AuthenticationWebViewClient ( ) : System
OnPageFinished ( WebView view, string url ) : void
OnReceivedError ( WebView view, ClientError errorCode, string description, string failingUrl ) : void

메소드 상세

AuthenticationWebViewClient() 공개 메소드

public AuthenticationWebViewClient ( ) : System
리턴 System

OnPageFinished() 공개 메소드

public OnPageFinished ( WebView view, string url ) : void
view WebView
url string
리턴 void

OnReceivedError() 공개 메소드

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