CTCallCenter.CallEventHandler Property

Definition

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

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Action<CoreTelephony.CTCall>? CallEventHandler { [Foundation.Export("callEventHandler")] get; [Foundation.Export("setCallEventHandler:")] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("callEventHandler")>]
[<set: Foundation.Export("setCallEventHandler:")>]
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