The members of UIKit.UIAlertController are listed below.
See Also: Inherited members from UIKit.UIViewController
| Default constructor, initializes a new instance of this class. | ||
| A constructor that initializes the object from the data stored in the unarchiver object. |
| Constructor to call on derived classes to skip initialization and merely allocate the object. | ||
| A constructor used when creating managed representations of unmanaged objects; Called by the runtime. |
| [read-only] | Actions | UIAlertAction[]. Gets an array of UIKit.UIAlertAction actions that this UIKit.UIAlertController object provides to the user. |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| Message | string. Gets or sets a description of the reason for the alert that is associated with this UIKit.UIAlertController object. | |
| [read-only] | PreferredStyle | UIAlertControllerStyle. Gets the preferred UIKit.UIAlertControllerStyle style for that alert that is associated with this UIKit.UIAlertController object, either an action sheet or an alert. |
| [read-only] | TextFields | UITextField[]. Gets an array of UIKit.UITextField fields to display for the alert that is associated with this UIKit.UIAlertController object. |
| Title | string. Gets the title to display for the alert that is associated with this UIKit.UIAlertController object. |
AddAction(UIAlertAction)Adds a UIKit.UIAlertAction action that this UIKit.UIAlertController displays as a button for the user. | ||
AddTextField(Action<UITextField>)Adds a UIKit.UITextField object to this UIKit.UIAlertController to display to the user, and also includes a configurationHandler that the app developer can use to change the text field properties. | ||
static | Create(string, string, UIAlertControllerStyle)Creates a UIKit.UIAlertController object to display an alert to the user that includes a title, a message, and UIKit.UIAlertControllerStyle preferred style, and then returns that UIKit.UIAlertController object. | |