CXProvider.ReportCall Method

Definition

Overloads

ReportCall(NSUuid, CXCallUpdate)

Reports a change in call parameters to the system.

ReportCall(NSUuid, NSDate, CXCallEndedReason)

Reports the end of a call to the system.

ReportCall(NSUuid, CXCallUpdate)

Reports a change in call parameters to the system.

[Foundation.Export("reportCallWithUUID:updated:")]
public virtual void ReportCall (Foundation.NSUuid uuid, CallKit.CXCallUpdate update);
abstract member ReportCall : Foundation.NSUuid * CallKit.CXCallUpdate -> unit
override this.ReportCall : Foundation.NSUuid * CallKit.CXCallUpdate -> unit

Parameters

uuid
NSUuid

The identifier of the call.

update
CXCallUpdate

An object that contains the updated parameters for the call.

Attributes

Applies to

ReportCall(NSUuid, NSDate, CXCallEndedReason)

Reports the end of a call to the system.

[Foundation.Export("reportCallWithUUID:endedAtDate:reason:")]
public virtual void ReportCall (Foundation.NSUuid uuid, Foundation.NSDate dateEnded, CallKit.CXCallEndedReason endedReason);
abstract member ReportCall : Foundation.NSUuid * Foundation.NSDate * CallKit.CXCallEndedReason -> unit
override this.ReportCall : Foundation.NSUuid * Foundation.NSDate * CallKit.CXCallEndedReason -> unit

Parameters

uuid
NSUuid

The identifier of the call.

dateEnded
NSDate

The date and time that the call ended.

This parameter can be null.

endedReason
CXCallEndedReason

The reason that the call was ended.

Attributes

Applies to