CXProvider.ReportConnectedOutgoingCall(NSUuid, NSDate) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
- Attributes