C# Class ThirdParty.iOS4Unity.UIAlertView

Inheritance: NSObject
Mostrar archivo Open project: aws/aws-sdk-net

Public Methods

Method Description
AddButton ( string title ) : int
ButtonTitle ( int index ) : string
Dismiss ( int buttonIndex, bool animated = true ) : void
Show ( ) : void

Private Methods

Method Description
UIAlertView ( ) : System
UIAlertView ( IntPtr handle ) : System

Method Details

AddButton() public method

public AddButton ( string title ) : int
title string
return int

ButtonTitle() public method

public ButtonTitle ( int index ) : string
index int
return string

Dismiss() public method

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

Show() public method

public Show ( ) : void
return void