Uses of Class
org.robovm.apple.uikit.UITextItemInteraction
| Package | Description |
|---|---|
| org.robovm.apple.social | |
| org.robovm.apple.uikit |
-
Uses of UITextItemInteraction in org.robovm.apple.social
Methods in org.robovm.apple.social with parameters of type UITextItemInteraction Modifier and Type Method Description booleanSLComposeServiceViewController. shouldInteractWithTextAttachment(UITextView textView, NSTextAttachment textAttachment, NSRange characterRange, UITextItemInteraction interaction)booleanSLComposeServiceViewController. shouldInteractWithURL(UITextView textView, NSURL URL, NSRange characterRange, UITextItemInteraction interaction) -
Uses of UITextItemInteraction in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return UITextItemInteraction Modifier and Type Method Description static UITextItemInteractionUITextItemInteraction. valueOf(long n)Returns the enum constant of this type with the specified name.static UITextItemInteractionUITextItemInteraction. valueOf(String name)Returns the enum constant of this type with the specified name.static UITextItemInteraction[]UITextItemInteraction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.uikit with parameters of type UITextItemInteraction Modifier and Type Method Description booleanUITextViewDelegate. shouldInteractWithTextAttachment(UITextView textView, NSTextAttachment textAttachment, NSRange characterRange, UITextItemInteraction interaction)booleanUITextViewDelegateAdapter. shouldInteractWithTextAttachment(UITextView textView, NSTextAttachment textAttachment, NSRange characterRange, UITextItemInteraction interaction)booleanUITextViewDelegate. shouldInteractWithURL(UITextView textView, NSURL URL, NSRange characterRange, UITextItemInteraction interaction)booleanUITextViewDelegateAdapter. shouldInteractWithURL(UITextView textView, NSURL URL, NSRange characterRange, UITextItemInteraction interaction)