C# Class Rg.Plugins.Popup.Services.PopupNavigation

Afficher le fichier Open project: rotorgames/Rg.Plugins.Popup

Méthodes publiques

Méthode Description
PopAllAsync ( bool animate = true ) : System.Threading.Tasks.Task
PopAsync ( bool animate = true ) : System.Threading.Tasks.Task
PushAsync ( PopupPage page, bool animate = true ) : System.Threading.Tasks.Task
RemovePageAsync ( PopupPage page, bool animate = true ) : System.Threading.Tasks.Task

Private Methods

Méthode Description
PopupNavigation ( ) : System
RemovePopup ( PopupPage page ) : void

Method Details

PopAllAsync() public static méthode

public static PopAllAsync ( bool animate = true ) : System.Threading.Tasks.Task
animate bool
Résultat System.Threading.Tasks.Task

PopAsync() public static méthode

public static PopAsync ( bool animate = true ) : System.Threading.Tasks.Task
animate bool
Résultat System.Threading.Tasks.Task

PushAsync() public static méthode

public static PushAsync ( PopupPage page, bool animate = true ) : System.Threading.Tasks.Task
page Rg.Plugins.Popup.Pages.PopupPage
animate bool
Résultat System.Threading.Tasks.Task

RemovePageAsync() public static méthode

public static RemovePageAsync ( PopupPage page, bool animate = true ) : System.Threading.Tasks.Task
page Rg.Plugins.Popup.Pages.PopupPage
animate bool
Résultat System.Threading.Tasks.Task