C# Класс Kidozen.Client.iOS.PassiveAuthViewController

Наследование: UIViewController
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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