CXProvider.ReportCall 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.
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.
- endedReason
- CXCallEndedReason
The reason that the call was ended.
- Attributes