C# Class iOSHelpers.SimpleAlertView

Inheritance: UIAlertView
ファイルを表示 Open project: Clancey/iOSHelpers Class Usage Examples

Public Methods

Method Description
Add ( string title, System.Action action ) : nint
Add ( string title, UIColor color, System.Action action ) : nint
ClickedAsync ( ) : Task
Show ( ) : void
SimpleAlertView ( string title, string message ) : System

Method Details

Add() public method

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

Add() public method

public Add ( string title, UIColor color, System.Action action ) : nint
title string
color UIColor
action System.Action
return nint

ClickedAsync() public method

public ClickedAsync ( ) : Task
return Task

Show() public method

public Show ( ) : void
return void

SimpleAlertView() public method

public SimpleAlertView ( string title, string message ) : System
title string
message string
return System