UITextViewDelegateShouldInteractUrlDelegate Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Delegate for determining whether a text view should interact with a URL.
public delegate bool UITextViewDelegateShouldInteractUrlDelegate(UITextView textView, NSUrl url, NSRange characterRange, UITextItemInteraction interaction);
type UITextViewDelegateShouldInteractUrlDelegate = delegate of UITextView * NSUrl * NSRange * UITextItemInteraction -> bool
Parameters
- textView
- UITextView
- url
- NSUrl
- characterRange
- NSRange
- interaction
- UITextItemInteraction