CTCallCenter.CallEventHandler Property

Definition

Developers should not use this deprecated property. Developers should use 'CallKit' instead.

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'CallKit' instead.")]
public virtual Action<CoreTelephony.CTCall> CallEventHandler { [Foundation.Export("callEventHandler")] [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'CallKit' instead.")] get; [Foundation.Export("setCallEventHandler:")] [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'CallKit' instead.")] set; }
member this.CallEventHandler : Action<CoreTelephony.CTCall> with get, set

Property Value

(More documentation for this node is coming)

This value can be null.

Attributes

Applies to