INStartAudioCallIntentHandling_Extensions.ConfirmStartAudioCall 方法

定义

开发人员可以重写此方法,以自定义音频呼叫应启动的确认。

public static void ConfirmStartAudioCall (this Intents.IINStartAudioCallIntentHandling This, Intents.INStartAudioCallIntent intent, Action<Intents.INStartAudioCallIntentResponse> completion);
static member ConfirmStartAudioCall : Intents.IINStartAudioCallIntentHandling * Intents.INStartAudioCallIntent * Action<Intents.INStartAudioCallIntentResponse> -> unit

参数

This
IINStartAudioCallIntentHandling

此方法在其上运行的实例。

intent
INStartAudioCallIntent

指定用户的意图。

completion
Action<INStartAudioCallIntentResponse>

必须由替代调用的完成方法。

适用于