C# Class iOSHelpers.SimpleAlertActionSheet

Inheritance: UIAlertController, IEnumerable
Show file Open project: Clancey/iOSHelpers

Public Methods

Method Description
Add ( string title, System.Action action ) : void
Add ( string title, UIAlertActionStyle style, System.Action action ) : void
SimpleAlertActionSheet ( ) : System
SimpleAlertActionSheet ( IntPtr handle ) : System

Method Details

Add() public method

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

Add() public method

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

SimpleAlertActionSheet() public method

public SimpleAlertActionSheet ( ) : System
return System

SimpleAlertActionSheet() public method

public SimpleAlertActionSheet ( IntPtr handle ) : System
handle System.IntPtr
return System