Share via


ICXCallObserverDelegate Interface

Definition

Delegate object that responds to call changes.

[Foundation.Protocol(Name="CXCallObserverDelegate", WrapperType=typeof(CallKit.CXCallObserverDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="CallChanged", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(CallKit.CXCallObserver), typeof(CallKit.CXCall) }, Selector="callObserver:callChanged:")]
public interface ICXCallObserverDelegate : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="CXCallObserverDelegate", WrapperType=typeof(CallKit.CXCallObserverDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="CallChanged", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(CallKit.CXCallObserver), typeof(CallKit.CXCall) }, Selector="callObserver:callChanged:")>]
type ICXCallObserverDelegate = 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
CallChanged(CXCallObserver, CXCall)

Method that is called when the call changes.

Extension Methods

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

Applies to

See also