ICXCallObserverDelegate Interface

Definition

Interface that represents the required methods (if any) of the CXCallObserverDelegate protocol.

[Foundation.Protocol(Name="CXCallObserverDelegate", WrapperType=typeof(CallKit.CXCallObserverDelegateWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public interface ICXCallObserverDelegate : IDisposable, ObjCRuntime.INativeObject
type ICXCallObserverDelegate = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Properties

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Methods

CallChanged(CXCallObserver, CXCall)

Method that is called when the call changes.

Applies to