Share via


UIIndirectScribbleInteractionDelegate.ShouldDelayFocus Method

Definition

[Foundation.Export("indirectScribbleInteraction:shouldDelayFocusForElement:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldDelayFocus(UIKit.UIIndirectScribbleInteraction interaction, Foundation.NSObject elementIdentifier);
[<Foundation.Export("indirectScribbleInteraction:shouldDelayFocusForElement:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldDelayFocus : UIKit.UIIndirectScribbleInteraction * Foundation.NSObject -> bool
override this.ShouldDelayFocus : UIKit.UIIndirectScribbleInteraction * Foundation.NSObject -> bool

Parameters

elementIdentifier
NSObject

Returns

Implements

Attributes

Applies to