C# 클래스 Rg.Plugins.Popup.Services.PopupNavigation

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

공개 메소드들

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

비공개 메소드들

메소드 설명
PopupNavigation ( ) : System
RemovePopup ( PopupPage page ) : void

메소드 상세

PopAllAsync() 공개 정적인 메소드

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

PopAsync() 공개 정적인 메소드

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

PushAsync() 공개 정적인 메소드

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

RemovePageAsync() 공개 정적인 메소드

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