INHangUpCallIntentHandling_Extensions.ConfirmHangUpCall 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.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void ConfirmHangUpCall(this Intents.IINHangUpCallIntentHandling This, Intents.INHangUpCallIntent intent, Action<Intents.INHangUpCallIntentResponse> completion);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ConfirmHangUpCall : Intents.IINHangUpCallIntentHandling * Intents.INHangUpCallIntent * Action<Intents.INHangUpCallIntentResponse> -> unit
Parameters
- intent
- INHangUpCallIntent
- completion
- Action<INHangUpCallIntentResponse>
- Attributes