Package org.robovm.apple.uikit
Interface UIIndirectScribbleInteractionDelegate
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
UIIndirectScribbleInteractionDelegateAdapter
public interface UIIndirectScribbleInteractionDelegate extends NSObjectProtocol
- Since:
- Available in iOS 14.0 and later.
-
Method Summary
Modifier and Type Method Description voiddidFinishWriting(UIIndirectScribbleInteraction interaction, NSObject elementIdentifier)voidfocusElementIfNeeded(UIIndirectScribbleInteraction interaction, NSObject elementIdentifier, CGPoint focusReferencePoint, VoidBlock1<UIResponder> completion)CGRectgetFrame(UIIndirectScribbleInteraction interaction, NSObject elementIdentifier)booleanisElementFocused(UIIndirectScribbleInteraction interaction, NSObject elementIdentifier)voidrequestElementsInRect(UIIndirectScribbleInteraction interaction, CGRect rect, VoidBlock1<NSArray<NSObject>> completion)booleanshouldDelayFocus(UIIndirectScribbleInteraction interaction, NSObject elementIdentifier)voidwillBeginWritingInElement(UIIndirectScribbleInteraction interaction, NSObject elementIdentifier)
-
Method Details
-
requestElementsInRect
void requestElementsInRect(UIIndirectScribbleInteraction interaction, CGRect rect, VoidBlock1<NSArray<NSObject>> completion) -
isElementFocused
-
getFrame
-
focusElementIfNeeded
void focusElementIfNeeded(UIIndirectScribbleInteraction interaction, NSObject elementIdentifier, CGPoint focusReferencePoint, VoidBlock1<UIResponder> completion) -
shouldDelayFocus
-
willBeginWritingInElement
void willBeginWritingInElement(UIIndirectScribbleInteraction interaction, NSObject elementIdentifier) -
didFinishWriting
-