C# Class Xamarin.Forms.Conference.WebRTC.LoginViewModel

Inheritance: ViewModel
Afficher le fichier Open project: QuickBlox/quickblox-dotnet-sdk Class Usage Examples

Méthodes publiques

Méthode Description
LoginViewModel ( ) : System

Initializes a new instance of the T:Xamarin.Forms.Conference.WebRTC.LoginViewModel class.

OnAppearing ( ) : void

Invokes when page was shown.

Private Methods

Méthode Description
CanLoginExecute ( object arg ) : bool

Check is login fields valid.

LoginExecute ( object obj ) : void

Logins the execute.

TryStartLogin ( string login, string password ) : System.Threading.Tasks.Task

Try login user when login page displayed

Method Details

LoginViewModel() public méthode

Initializes a new instance of the T:Xamarin.Forms.Conference.WebRTC.LoginViewModel class.
public LoginViewModel ( ) : System
Résultat System

OnAppearing() public méthode

Invokes when page was shown.
public OnAppearing ( ) : void
Résultat void