SLComposeServiceViewController.ShouldInteractWithUrl Method
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.
Overloads
ShouldInteractWithUrl(UITextView, NSUrl, NSRange) |
Deprecated. Do not use. |
ShouldInteractWithUrl(UITextView, NSUrl, NSRange, UITextItemInteraction) |
ShouldInteractWithUrl(UITextView, NSUrl, NSRange)
Deprecated. Do not use.
[Foundation.Export("textView:shouldInteractWithURL:inRange:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.None, "Use the 'ShouldInteractWithUrl' overload that takes 'UITextItemInteraction' instead.")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool ShouldInteractWithUrl (UIKit.UITextView textView, Foundation.NSUrl URL, Foundation.NSRange characterRange);
abstract member ShouldInteractWithUrl : UIKit.UITextView * Foundation.NSUrl * Foundation.NSRange -> bool
override this.ShouldInteractWithUrl : UIKit.UITextView * Foundation.NSUrl * Foundation.NSRange -> bool
Parameters
- textView
- UITextView
- URL
- NSUrl
- characterRange
- NSRange
Returns
- Attributes
Applies to
ShouldInteractWithUrl(UITextView, NSUrl, NSRange, UITextItemInteraction)
[Foundation.Export("textView:shouldInteractWithURL:inRange:interaction:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool ShouldInteractWithUrl (UIKit.UITextView textView, Foundation.NSUrl url, Foundation.NSRange characterRange, UIKit.UITextItemInteraction interaction);
abstract member ShouldInteractWithUrl : UIKit.UITextView * Foundation.NSUrl * Foundation.NSRange * UIKit.UITextItemInteraction -> bool
override this.ShouldInteractWithUrl : UIKit.UITextView * Foundation.NSUrl * Foundation.NSRange * UIKit.UITextItemInteraction -> bool
Parameters
- textView
- UITextView
- url
- NSUrl
- characterRange
- NSRange
- interaction
- UITextItemInteraction
Returns
- Attributes