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 |
public Add ( string title, System.Action action ) : nint | ||
title | string | |
action | System.Action | |
return | nint |
public Add ( string title, UIColor color, System.Action action ) : nint | ||
title | string | |
color | UIColor | |
action | System.Action | |
return | nint |
public SimpleAlertView ( string title, string message ) : System | ||
title | string | |
message | string | |
return | System |