IILMessageFilterQueryHandling Interface

Definition

Interface that is used by a message filter extension to respond to queries.

[Foundation.Protocol(Name="ILMessageFilterQueryHandling", WrapperType=typeof(IdentityLookup.ILMessageFilterQueryHandlingWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IILMessageFilterQueryHandling : IDisposable, ObjCRuntime.INativeObject
type IILMessageFilterQueryHandling = interface
    interface INativeObject
    interface IDisposable
Attributes
Implements

Properties

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Methods

HandleQueryRequest(ILMessageFilterQueryRequest, ILMessageFilterExtensionContext, Action<ILMessageFilterQueryResponse>)

Evaluates the specified request in the provided context, and runs a handler when the operation is complete.

Applies to