INStartAudioCallIntentHandling_Extensions.ConfirmStartAudioCall 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
开发人员可以重写此方法,以自定义音频呼叫应启动的确认。
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
参数
此方法在其上运行的实例。
- intent
- INStartAudioCallIntent
指定用户的意图。
- completion
- Action<INStartAudioCallIntentResponse>
必须由替代调用的完成方法。