The methods of UIKit.UIAlertView are listed below. For a list of all members, see the UIAlertView Members list.
See Also: Inherited members from UIKit.UIView
AddButton(string)Adds a button to an alert view with the specified title. | ||
static | AppearanceWhenContainedIn(params Type[])Returns a strongly typed UIAppearance for instances of this class when the view is hosted in the specified hierarchy. | |
ButtonTitle(nint)Returns a button title by index. | ||
DismissWithClickedButtonIndex(bool, nint)Closes an alert view with an optional animation. | ||
static | GetAppearance<T>()The strongly-typed IUIAppearance for this object. | |
static | GetAppearance<T>(UITraitCollection)Documentation for this section has not yet been entered. | |
static | GetAppearance<T>(UITraitCollection, params Type[])Documentation for this section has not yet been entered. | |
GetTextField(nint)Returns a text field for specified index. | ||
Show()Displays the alert view | ||