C# 클래스 Kidozen.Client.iOS.PassiveAuthViewController

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

공개 메소드들

메소드 설명
PassiveAuthViewController ( String endpoint ) : System
ViewDidLoad ( ) : void

보호된 메소드들

메소드 설명
OnAuthenticationResponseArrived ( AuthenticationResponseEventArgs e ) : void

메소드 상세

OnAuthenticationResponseArrived() 보호된 메소드

protected OnAuthenticationResponseArrived ( AuthenticationResponseEventArgs e ) : void
e AuthenticationResponseEventArgs
리턴 void

PassiveAuthViewController() 공개 메소드

public PassiveAuthViewController ( String endpoint ) : System
endpoint String
리턴 System

ViewDidLoad() 공개 메소드

public ViewDidLoad ( ) : void
리턴 void