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

显示文件 Open project: rotorgames/Rg.Plugins.Popup

Public Methods

Method 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 method

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

PopPopupAsync() public static method

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

PushPopupAsync() public static method

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

RemovePopupPageAsync() public static method

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