Share via


UIAlertAction.Create Method

Definition

[Foundation.Export("actionWithTitle:style:handler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static UIKit.UIAlertAction Create(string title, UIKit.UIAlertActionStyle style, Action<UIKit.UIAlertAction>? handler);
[<Foundation.Export("actionWithTitle:style:handler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : string * UIKit.UIAlertActionStyle * Action<UIKit.UIAlertAction> -> UIKit.UIAlertAction

Parameters

title
String

Returns

Attributes

Applies to