• IILMessageFilterQueryHandling
    • HandleQueryRequest(ILMessageFilterQueryRequest, ILMessageFilterExtensionContext, Action<ILMessageFilterQueryResponse>)
xamarinios
namespace IdentityLookup
{
    [Introduced(PlatformName.iOS, 11, 0, PlatformArchitecture.All, null)]
    [Introduced(PlatformName.MacCatalyst, 13, 0, PlatformArchitecture.None, null)]
    [Protocol(Name = "ILMessageFilterQueryHandling", WrapperType = typeof(ILMessageFilterQueryHandlingWrapper))]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "HandleQueryRequest", ParameterBlockProxy = new[] { null, null, typeof(NIDActionArity1V59) }, ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(ILMessageFilterQueryRequest), typeof(ILMessageFilterExtensionContext), typeof(Action<ILMessageFilterQueryResponse>) }, Selector = "handleQueryRequest:context:completion:")]
    [Unavailable(PlatformName.MacOSX, PlatformArchitecture.All, null)]
    [Unavailable(PlatformName.WatchOS, PlatformArchitecture.All, null)]
    [Unavailable(PlatformName.TvOS, PlatformArchitecture.All, null)]
    public interface IILMessageFilterQueryHandling : INativeObject, IDisposable
    {
        [BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
        [Export("handleQueryRequest:context:completion:")]
        [Preserve(Conditional = true)]
        void HandleQueryRequest(ILMessageFilterQueryRequest! queryRequest, ILMessageFilterExtensionContext! context, [BlockProxy(typeof(NIDActionArity1V59))] Action<ILMessageFilterQueryResponse!>! completion);
    }
}
.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/16/2024
An error has occurred. This application may no longer respond until reloaded. Reload 🗙