C# 클래스 iOSHelpers.SimpleAlertActionSheet

상속: UIAlertController, IEnumerable
파일 보기 프로젝트 열기: Clancey/iOSHelpers

공개 메소드들

메소드 설명
Add ( string title, System.Action action ) : void
Add ( string title, UIAlertActionStyle style, System.Action action ) : void
SimpleAlertActionSheet ( ) : System
SimpleAlertActionSheet ( IntPtr handle ) : System

메소드 상세

Add() 공개 메소드

public Add ( string title, System.Action action ) : void
title string
action System.Action
리턴 void

Add() 공개 메소드

public Add ( string title, UIAlertActionStyle style, System.Action action ) : void
title string
style UIAlertActionStyle
action System.Action
리턴 void

SimpleAlertActionSheet() 공개 메소드

public SimpleAlertActionSheet ( ) : System
리턴 System

SimpleAlertActionSheet() 공개 메소드

public SimpleAlertActionSheet ( IntPtr handle ) : System
handle System.IntPtr
리턴 System