Package org.robovm.apple.uikit
Interface NSTextContentManagerDelegate
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Subinterfaces:
NSTextContentStorageDelegate
- All Known Implementing Classes:
NSTextContentManagerDelegateAdapter,NSTextContentStorageDelegateAdapter
public interface NSTextContentManagerDelegate extends NSObjectProtocol
- Since:
- Available in iOS 15.0 and later.
-
Method Summary
Modifier and Type Method Description NSTextElementgetTextElementAtLocation(NSTextContentManager textContentManager, NSTextLocation location)booleanshouldEnumerateTextElement(NSTextContentManager textContentManager, NSTextElement textElement, NSTextContentManagerEnumerationOptions options)
-
Method Details
-
getTextElementAtLocation
NSTextElement getTextElementAtLocation(NSTextContentManager textContentManager, NSTextLocation location) -
shouldEnumerateTextElement
boolean shouldEnumerateTextElement(NSTextContentManager textContentManager, NSTextElement textElement, NSTextContentManagerEnumerationOptions options)
-