C# 클래스 ThirdParty.iOS4Unity.UIAlertView

상속: NSObject
파일 보기 프로젝트 열기: aws/aws-sdk-net

공개 메소드들

메소드 설명
AddButton ( string title ) : int
ButtonTitle ( int index ) : string
Dismiss ( int buttonIndex, bool animated = true ) : void
Show ( ) : void

비공개 메소드들

메소드 설명
UIAlertView ( ) : System
UIAlertView ( IntPtr handle ) : System

메소드 상세

AddButton() 공개 메소드

public AddButton ( string title ) : int
title string
리턴 int

ButtonTitle() 공개 메소드

public ButtonTitle ( int index ) : string
index int
리턴 string

Dismiss() 공개 메소드

public Dismiss ( int buttonIndex, bool animated = true ) : void
buttonIndex int
animated bool
리턴 void

Show() 공개 메소드

public Show ( ) : void
리턴 void