net10.0-ios17.2
namespace UIKit
{
    [Protocol(BackwardsCompatibleCodeGeneration = false, Name = "UIWritingToolsCoordinatorDelegate", WrapperType = typeof(UIWritingToolsCoordinatorDelegateWrapper))]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "RequestsContexts", ParameterBlockProxy = new[] { null, null, typeof(NIDUIWritingToolsCoordinatorDelegateRequestsContextsCallback) }, ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(UIWritingToolsCoordinator), typeof(UIWritingToolsCoordinatorContextScope), typeof(UIWritingToolsCoordinatorDelegateRequestsContextsCallback) }, Selector = "writingToolsCoordinator:requestsContextsForScope:completion:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "ReplaceRange", ParameterBlockProxy = new[] { null, null, null, null, null, null, typeof(NIDUIWritingToolsCoordinatorDelegateReplaceRangeCallback) }, ParameterByRef = new[] { false, false, false, false, false, false, false }, ParameterType = new[] { typeof(UIWritingToolsCoordinator), typeof(NSRange), typeof(UIWritingToolsCoordinatorContext), typeof(NSAttributedString), typeof(UIWritingToolsCoordinatorTextReplacementReason), typeof(UIWritingToolsCoordinatorAnimationParameters), typeof(UIWritingToolsCoordinatorDelegateReplaceRangeCallback) }, Selector = "writingToolsCoordinator:replaceRange:inContext:proposedText:reason:animationParameters:completion:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "SelectRanges", ParameterBlockProxy = new[] { null, null, null, typeof(NIDAction) }, ParameterByRef = new[] { false, false, false, false }, ParameterType = new[] { typeof(UIWritingToolsCoordinator), typeof(NSValue[]), typeof(UIWritingToolsCoordinatorContext), typeof(Action) }, Selector = "writingToolsCoordinator:selectRanges:inContext:completion:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "RequestsRange", ParameterBlockProxy = new[] { null, null, typeof(NIDUIWritingToolsCoordinatorDelegateRequestsRangeCallback) }, ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(UIWritingToolsCoordinator), typeof(CGPoint), typeof(UIWritingToolsCoordinatorDelegateRequestsRangeCallback) }, Selector = "writingToolsCoordinator:requestsRangeInContextWithIdentifierForPoint:completion:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "RequestsBoundingBezierPaths", ParameterBlockProxy = new[] { null, null, null, typeof(NIDUIWritingToolsCoordinatorDelegateRequestsBoundingBezierPathsCallback) }, ParameterByRef = new[] { false, false, false, false }, ParameterType = new[] { typeof(UIWritingToolsCoordinator), typeof(NSRange), typeof(UIWritingToolsCoordinatorContext), typeof(UIWritingToolsCoordinatorDelegateRequestsBoundingBezierPathsCallback) }, Selector = "writingToolsCoordinator:requestsBoundingBezierPathsForRange:inContext:completion:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "RequestsUnderlinePaths", ParameterBlockProxy = new[] { null, null, null, typeof(NIDUIWritingToolsCoordinatorDelegateRequestsUnderlinePathsCallback) }, ParameterByRef = new[] { false, false, false, false }, ParameterType = new[] { typeof(UIWritingToolsCoordinator), typeof(NSRange), typeof(UIWritingToolsCoordinatorContext), typeof(UIWritingToolsCoordinatorDelegateRequestsUnderlinePathsCallback) }, Selector = "writingToolsCoordinator:requestsUnderlinePathsForRange:inContext:completion:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "PrepareForTextAnimation", ParameterBlockProxy = new[] { null, null, null, null, typeof(NIDAction) }, ParameterByRef = new[] { false, false, false, false, false }, ParameterType = new[] { typeof(UIWritingToolsCoordinator), typeof(UIWritingToolsCoordinatorTextAnimation), typeof(NSRange), typeof(UIWritingToolsCoordinatorContext), typeof(Action) }, Selector = "writingToolsCoordinator:prepareForTextAnimation:forRange:inContext:completion:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "RequestsPreviewForTextAnimation", ParameterBlockProxy = new[] { null, null, null, null, typeof(NIDUIWritingToolsCoordinatorDelegateRequestsPreviewForTextAnimationCallback) }, ParameterByRef = new[] { false, false, false, false, false }, ParameterType = new[] { typeof(UIWritingToolsCoordinator), typeof(UIWritingToolsCoordinatorTextAnimation), typeof(NSRange), typeof(UIWritingToolsCoordinatorContext), typeof(UIWritingToolsCoordinatorDelegateRequestsPreviewForTextAnimationCallback) }, Selector = "writingToolsCoordinator:requestsPreviewForTextAnimation:ofRange:inContext:completion:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "FinishTextAnimation", ParameterBlockProxy = new[] { null, null, null, null, typeof(NIDAction) }, ParameterByRef = new[] { false, false, false, false, false }, ParameterType = new[] { typeof(UIWritingToolsCoordinator), typeof(UIWritingToolsCoordinatorTextAnimation), typeof(NSRange), typeof(UIWritingToolsCoordinatorContext), typeof(Action) }, Selector = "writingToolsCoordinator:finishTextAnimation:forRange:inContext:completion:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "RequestsSingleContainerSubranges", ParameterBlockProxy = new[] { null, null, null, typeof(NIDUIWritingToolsCoordinatorDelegateRequestsSingleContainerSubrangesCallback) }, ParameterByRef = new[] { false, false, false, false }, ParameterType = new[] { typeof(UIWritingToolsCoordinator), typeof(NSRange), typeof(UIWritingToolsCoordinatorContext), typeof(UIWritingToolsCoordinatorDelegateRequestsSingleContainerSubrangesCallback) }, Selector = "writingToolsCoordinator:requestsSingleContainerSubrangesOfRange:inContext:completion:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "RequestsDecorationContainerView", ParameterBlockProxy = new[] { null, null, null, typeof(NIDUIWritingToolsCoordinatorDelegateRequestsDecorationContainerViewCallback) }, ParameterByRef = new[] { false, false, false, false }, ParameterType = new[] { typeof(UIWritingToolsCoordinator), typeof(NSRange), typeof(UIWritingToolsCoordinatorContext), typeof(UIWritingToolsCoordinatorDelegateRequestsDecorationContainerViewCallback) }, Selector = "writingToolsCoordinator:requestsDecorationContainerViewForRange:inContext:completion:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WillChangeToState", ParameterBlockProxy = new[] { null, null, typeof(NIDAction) }, ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(UIWritingToolsCoordinator), typeof(UIWritingToolsCoordinatorState), typeof(Action) }, Selector = "writingToolsCoordinator:willChangeToState:completion:")]
    [SupportedOSPlatform("maccatalyst18.2")]
    [SupportedOSPlatform("ios18.2")]
    [UnsupportedOSPlatform("tvos")]
    [UnsupportedOSPlatform("macos")]
    public interface IUIWritingToolsCoordinatorDelegate : INativeObject, IDisposable
    {
        [BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
        [Export("writingToolsCoordinator:requestsDecorationContainerViewForRange:inContext:completion:")]
        [OptionalMember]
        virtual void RequestsDecorationContainerView(UIWritingToolsCoordinator! writingToolsCoordinator, NSRange range, UIWritingToolsCoordinatorContext! context, [BlockProxy(typeof(NIDUIWritingToolsCoordinatorDelegateRequestsDecorationContainerViewCallback))] UIWritingToolsCoordinatorDelegateRequestsDecorationContainerViewCallback! completion);
    }
}
.NET
10.0
Information specific to net10.0
Platforms This API is only available when you target a specific platform:
iOS
10.010.110.210.311.011.111.211.311.412.012.112.212.312.413.013.113.213.313.413.513.614.014.114.214.314.414.515.015.215.416.016.116.216.417.017.2
Mac Catalyst
13.113.213.313.413.514.214.314.414.515.015.215.416.116.216.417.017.2
Information specific to net10.0-ios17.2
Assembly

Microsoft.iOS , Version=18.5.0.0, PublicKeyToken=84e04ff9cfb79065

Referencing

The API is automatically referenced.

Preview The API is contained in a preview framework.
Platform Restrictions

This API is only supported on the following platforms:

  • iOS >= 18.2
  • Mac Catalyst >= 18.2
  • macOS
  • tvOS
  • Built-in API
  • Package-provided API