ICXCallObserverDelegate Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |