C# 클래스 Rg.Plugins.Popup.Extensions.NavigationExtension

파일 보기 프로젝트 열기: rotorgames/Rg.Plugins.Popup

공개 메소드들

메소드 설명
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

메소드 상세

PopAllPopupAsync() 공개 정적인 메소드

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

PopPopupAsync() 공개 정적인 메소드

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

PushPopupAsync() 공개 정적인 메소드

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

RemovePopupPageAsync() 공개 정적인 메소드

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