共用方式為


CXProvider.ReportNewIncomingCallAsync(NSUuid, CXCallUpdate) 方法

定義

報告系統的新來電。

public virtual System.Threading.Tasks.Task ReportNewIncomingCallAsync (Foundation.NSUuid uuid, CallKit.CXCallUpdate update);
abstract member ReportNewIncomingCallAsync : Foundation.NSUuid * CallKit.CXCallUpdate -> System.Threading.Tasks.Task
override this.ReportNewIncomingCallAsync : Foundation.NSUuid * CallKit.CXCallUpdate -> System.Threading.Tasks.Task

參數

uuid
NSUuid

呼叫的識別碼。

update
CXCallUpdate

物件,包含呼叫的已更新參數。

傳回

表示非同步 ReportNewIncomingCall 作業的工作

備註

ReportNewIncomingCallAsync 方法適合與 C# 非同步搭配使用,方法是將控制項傳回給代表作業之 Task 的呼叫端。

即將加入。

適用於