Share via


IUIAlertViewDelegate.Presented(UIAlertView) Method

Definition

Indicates that this UIAlertView has been presented to the application user.

[Foundation.Export("didPresentAlertView:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void Presented(UIKit.UIAlertView alertView);
[<Foundation.Export("didPresentAlertView:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Presented : UIKit.UIAlertView -> unit
override this.Presented : UIKit.UIAlertView -> unit

Parameters

alertView
UIAlertView
Attributes

Applies to