xamarintvos
namespace UIKit
{
    [Protocol(Name = "UITextInputTokenizer", WrapperType = typeof(UITextInputTokenizerWrapper))]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "GetRangeEnclosingPosition", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(UITextPosition), typeof(UITextGranularity), typeof(UITextDirection) }, ReturnType = typeof(UITextRange), Selector = "rangeEnclosingPosition:withGranularity:inDirection:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "ProbeDirection", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(UITextPosition), typeof(UITextGranularity), typeof(UITextDirection) }, ReturnType = typeof(bool), Selector = "isPosition:atBoundary:inDirection:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "GetPosition", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(UITextPosition), typeof(UITextGranularity), typeof(UITextDirection) }, ReturnType = typeof(UITextPosition), Selector = "positionFromPosition:toBoundary:inDirection:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "ProbeDirectionWithinTextUnit", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(UITextPosition), typeof(UITextGranularity), typeof(UITextDirection) }, ReturnType = typeof(bool), Selector = "isPosition:withinTextUnit:inDirection:")]
    public interface IUITextInputTokenizer : INativeObject, IDisposable
    {
        [BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
        [Export("isPosition:atBoundary:inDirection:")]
        [Preserve(Conditional = true)]
        bool ProbeDirection(UITextPosition! probePosition, UITextGranularity atBoundary, UITextDirection inDirection);
    }
}
.NET 6.07.08.09.0
Information specific to xamarintvos
Assembly

Xamarin.TVOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065

Referencing

The API is automatically referenced.

Platform Restrictions

This framework does not have platform annotations.

  • Built-in API
  • Package-provided API

12/23/2024
An error has occurred. This application may no longer respond until reloaded. Reload 🗙