Share via


UITextViewDelegate.GetPrimaryAction(UITextView, UITextItem, UIAction) Method

Definition

[Foundation.Export("textView:primaryActionForTextItem:defaultAction:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIAction? GetPrimaryAction(UIKit.UITextView textView, UIKit.UITextItem textItem, UIKit.UIAction defaultAction);
[<Foundation.Export("textView:primaryActionForTextItem:defaultAction:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetPrimaryAction : UIKit.UITextView * UIKit.UITextItem * UIKit.UIAction -> UIKit.UIAction
override this.GetPrimaryAction : UIKit.UITextView * UIKit.UITextItem * UIKit.UIAction -> UIKit.UIAction

Parameters

textView
UITextView
textItem
UITextItem
defaultAction
UIAction

Returns

Implements

Attributes

Applies to