CXProvider.ReportConnectedOutgoingCall(NSUuid, NSDate) Method

Definition

Reports the start of a call to the system.

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

Parameters

uuid
NSUuid

The identifier of the call.

dateConnected
NSDate

The date and time that the call was connected.

This parameter can be null.

Attributes

Applies to