Share via


UIAlertViewDelegate.Presented(UIAlertView) Method

Definition

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

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

Parameters

alertView
UIAlertView

Implements

Attributes

Applies to