CXProvider.ReportNewIncomingCall Method

Definition

Reports a new incoming call to the system.

[Foundation.Export("reportNewIncomingCallWithUUID:update:completion:")]
public virtual void ReportNewIncomingCall (Foundation.NSUuid uuid, CallKit.CXCallUpdate update, Action<Foundation.NSError> completion);
abstract member ReportNewIncomingCall : Foundation.NSUuid * CallKit.CXCallUpdate * Action<Foundation.NSError> -> unit
override this.ReportNewIncomingCall : Foundation.NSUuid * CallKit.CXCallUpdate * Action<Foundation.NSError> -> unit

Parameters

uuid
NSUuid

The identifier of the call.

update
CXCallUpdate

An object that contains the updated parameters for the call.

completion
Action<NSError>

An action to run when the after the call completes.

Attributes

Applies to