CXProvider.ReportConnectingOutgoingCall(NSUuid, NSDate) Method

Definition

Reports a connecting outgoing call to the system.

[Foundation.Export("reportOutgoingCallWithUUID:startedConnectingAtDate:")]
public virtual void ReportConnectingOutgoingCall (Foundation.NSUuid uuid, Foundation.NSDate dateStartedConnecting);
abstract member ReportConnectingOutgoingCall : Foundation.NSUuid * Foundation.NSDate -> unit
override this.ReportConnectingOutgoingCall : Foundation.NSUuid * Foundation.NSDate -> unit

Parameters

uuid
NSUuid

The identifier of the call.

dateStartedConnecting
NSDate

The date and time that the call started connecting.

This parameter can be null.

Attributes

Applies to