C# Class Kidozen.Client.iOS.PassiveAuthViewController

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

Public Methods

Method Description
PassiveAuthViewController ( String endpoint ) : System
ViewDidLoad ( ) : void

Protected Methods

Method Description
OnAuthenticationResponseArrived ( AuthenticationResponseEventArgs e ) : void

Method Details

OnAuthenticationResponseArrived() protected method

protected OnAuthenticationResponseArrived ( AuthenticationResponseEventArgs e ) : void
e AuthenticationResponseEventArgs
return void

PassiveAuthViewController() public method

public PassiveAuthViewController ( String endpoint ) : System
endpoint String
return System

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void