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

Mostrar archivo Open project: rotorgames/Rg.Plugins.Popup

Public Methods

Method 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

Method Description
PopupNavigation ( ) : System
RemovePopup ( PopupPage page ) : void

Method Details

PopAllAsync() public static method

public static PopAllAsync ( bool animate = true ) : System.Threading.Tasks.Task
animate bool
return System.Threading.Tasks.Task

PopAsync() public static method

public static PopAsync ( bool animate = true ) : System.Threading.Tasks.Task
animate bool
return System.Threading.Tasks.Task

PushAsync() public static method

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

RemovePageAsync() public static method

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