C# Класс Xamarin.Auth.Authenticator.AuthenticatorCompletedEventArgs.AuthenticatorCompletedEventArgs

Наследование: System.EventArgs
Показать файл Открыть проект

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

Метод Описание
AuthenticatorCompletedEventArgs ( Account account ) : System

Initializes a new instance of the Xamarin.Auth.AuthenticatorCompletedEventArgs class.

Описание методов

AuthenticatorCompletedEventArgs() публичный Метод

Initializes a new instance of the Xamarin.Auth.AuthenticatorCompletedEventArgs class.
public AuthenticatorCompletedEventArgs ( Account account ) : System
account Account /// The account created or if authentication failed or was canceled. ///
Результат System