C# Class Demo.Pages.LoginPopupPage

Inheritance: Rg.Plugins.Popup.Pages.PopupPage
Exibir arquivo Open project: rotorgames/Rg.Plugins.Popup Class Usage Examples

Public Methods

Method Description
LoginPopupPage ( ) : System

Protected Methods

Method Description
OnAppearing ( ) : void
OnAppearingAnimationEnd ( ) : System.Threading.Tasks.Task
OnBackgroundClicked ( ) : bool
OnDisappearingAnimationBegin ( ) : System.Threading.Tasks.Task

Private Methods

Method Description
CloseAllPopup ( ) : void
OnCloseButtonTapped ( object sender, EventArgs e ) : void
OnLogin ( object sender, EventArgs e ) : void

Method Details

LoginPopupPage() public method

public LoginPopupPage ( ) : System
return System

OnAppearing() protected method

protected OnAppearing ( ) : void
return void

OnAppearingAnimationEnd() protected method

protected OnAppearingAnimationEnd ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

OnBackgroundClicked() protected method

protected OnBackgroundClicked ( ) : bool
return bool

OnDisappearingAnimationBegin() protected method

protected OnDisappearingAnimationBegin ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task