UIAlertView
UIAlertViewAppearance
UIAlertView()
UIAlertView(CGRect)
UIAlertView(IntPtr)
UIAlertView(NativeHandle)
UIAlertView(NSCoder)
UIAlertView(NSObjectFlag)
UIAlertView(String, String, IUIAlertViewDelegate, String, String[])
UIAlertView(String, String, UIAlertViewDelegate, String, String[])
AlertViewStyle
Appearance
ButtonCount
CancelButtonIndex
ClassHandle
Delegate
FirstOtherButtonIndex
Message
ShouldEnableFirstOtherButton
Title
Visible
WeakDelegate
AddButton(String)
AppearanceWhenContainedIn(Type[])
ButtonTitle(nint)
ButtonTitle(nint)
DismissWithClickedButtonIndex(nint, Boolean)
DismissWithClickedButtonIndex(nint, Boolean)
Dispose(Boolean)
EncodeTo(NSCoder)
GetAppearance(UITraitCollection)
GetAppearance(UITraitCollection, Type[])
GetAppearance<T>()
GetAppearance<T>(UITraitCollection)
GetAppearance<T>(UITraitCollection, Type[])
GetTextField(nint)
GetTextField(nint)
Show()
Canceled
Clicked
Dismissed
Presented
WillDismiss
WillPresent
xamarinios
namespace UIKit
{
[Deprecated(PlatformName.iOS, 9, 0, PlatformArchitecture.All, "Use 'UIAlertController' with a 'UIAlertControllerStyle.Alert' type instead.")]
[Register("UIAlertView", true)]
[Unavailable(PlatformName.TvOS, PlatformArchitecture.All, null)]
public class UIAlertView : UIView, INSCoding, INativeObject, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
protected internal UIAlertView(IntPtr handle);
}
}
nuget.org | 0.0 %
Reference this API |
---|---|
Xamarin iOS | 0.0 |
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API