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
    {
        [Obsolete("Use overload with a IUIAlertViewDelegate parameter")]
        public UIAlertView(string title, string message, UIAlertViewDelegate del, string cancelButtonTitle, params string[] otherButtons);
    }
}
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.

Obsolete Use overload with a IUIAlertViewDelegate parameter
Platform Restrictions

This framework does not have platform annotations.

  • Built-in API
  • Package-provided API

05/17/2024
An error has occurred. This application may no longer respond until reloaded. Reload 🗙