xamarinios
namespace UIKit
{
[Model]
[Protocol]
[Register("UITextViewDelegate", false)]
public class UITextViewDelegate : UIScrollViewDelegate, INativeObject, IDisposable, IUIScrollViewDelegate, IUITextViewDelegate
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Deprecated(PlatformName.iOS, 10, 0, PlatformArchitecture.None, "Use the 'ShouldInteractWithUrl' overload that takes 'UITextItemInteraction' instead.")]
[Export("textView:shouldInteractWithURL:inRange:")]
[Introduced(PlatformName.iOS, 7, 0, PlatformArchitecture.All, null)]
public virtual bool ShouldInteractWithUrl(UITextView! textView, NSUrl! URL, NSRange characterRange);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |