Share via


ICXCallDirectoryExtensionContextDelegate Interface

Definition

[Foundation.Protocol(Name="CXCallDirectoryExtensionContextDelegate", WrapperType=typeof(CallKit.CXCallDirectoryExtensionContextDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="RequestFailed", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(CallKit.CXCallDirectoryExtensionContext), typeof(Foundation.NSError) }, Selector="requestFailedForExtensionContext:withError:")]
public interface ICXCallDirectoryExtensionContextDelegate : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="CXCallDirectoryExtensionContextDelegate", WrapperType=typeof(CallKit.CXCallDirectoryExtensionContextDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="RequestFailed", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(CallKit.CXCallDirectoryExtensionContext), typeof(Foundation.NSError) }, Selector="requestFailedForExtensionContext:withError:")>]
type ICXCallDirectoryExtensionContextDelegate = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Properties

Name Description
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Methods

Name Description
RequestFailed(CXCallDirectoryExtensionContext, NSError)

Extension Methods

Name Description
GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)

Applies to

See also