C# Class Rg.Plugins.Popup.Extensions.NavigationExtension

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

Méthodes publiques

Méthode Description
PopAllPopupAsync ( this sender, bool animate = true ) : System.Threading.Tasks.Task
PopPopupAsync ( this sender, bool animate = true ) : System.Threading.Tasks.Task
PushPopupAsync ( this sender, PopupPage page, bool animate = true ) : System.Threading.Tasks.Task
RemovePopupPageAsync ( this sender, PopupPage page, bool animate = true ) : System.Threading.Tasks.Task

Method Details

PopAllPopupAsync() public static méthode

public static PopAllPopupAsync ( this sender, bool animate = true ) : System.Threading.Tasks.Task
sender this
animate bool
Résultat System.Threading.Tasks.Task

PopPopupAsync() public static méthode

public static PopPopupAsync ( this sender, bool animate = true ) : System.Threading.Tasks.Task
sender this
animate bool
Résultat System.Threading.Tasks.Task

PushPopupAsync() public static méthode

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

RemovePopupPageAsync() public static méthode

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