C# 클래스 Integreat.Shared.Pages.PageProxy

상속: IPage
파일 보기 프로젝트 열기: Integreat/app-cross_platform

공개 메소드들

메소드 설명
DisplayActionSheet ( string title, string cancel, string destruction ) : Task
DisplayAlert ( string title, string message, string cancel ) : System.Threading.Tasks.Task
DisplayAlert ( string title, string message, string accept, string cancel ) : Task
PageProxy ( Func pageResolver ) : System

메소드 상세

DisplayActionSheet() 공개 메소드

public DisplayActionSheet ( string title, string cancel, string destruction ) : Task
title string
cancel string
destruction string
리턴 Task

DisplayAlert() 공개 메소드

public DisplayAlert ( string title, string message, string cancel ) : System.Threading.Tasks.Task
title string
message string
cancel string
리턴 System.Threading.Tasks.Task

DisplayAlert() 공개 메소드

public DisplayAlert ( string title, string message, string accept, string cancel ) : Task
title string
message string
accept string
cancel string
리턴 Task

PageProxy() 공개 메소드

public PageProxy ( Func pageResolver ) : System
pageResolver Func
리턴 System