xamarinios
namespace UIKit
{
    [Protocol(Name = "UIAccessibilityReadingContent", WrapperType = typeof(UIAccessibilityReadingContentWrapper))]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "GetAccessibilityPageContent", ReturnType = typeof(string), Selector = "accessibilityPageContent")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetAccessibilityAttributedPageContent", ReturnType = typeof(NSAttributedString), Selector = "accessibilityAttributedPageContent")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "GetAccessibilityLineNumber", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(CGPoint) }, ReturnType = typeof(nint), Selector = "accessibilityLineNumberForPoint:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "GetAccessibilityContent", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(nint) }, ReturnType = typeof(string), Selector = "accessibilityContentForLineNumber:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "GetAccessibilityFrame", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(nint) }, ReturnType = typeof(CGRect), Selector = "accessibilityFrameForLineNumber:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetAccessibilityAttributedContent", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(nint) }, ReturnType = typeof(NSAttributedString), Selector = "accessibilityAttributedContentForLineNumber:")]
    [Unavailable(PlatformName.WatchOS, PlatformArchitecture.All, null)]
    public interface IUIAccessibilityReadingContent : INativeObject, IDisposable
}
.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.

  • Built-in API
  • Package-provided API

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