INStartAudioCallIntentHandling_Extensions Class

Definition

Optional methods for the IINStartAudioCallIntentHandling interface.

public static class INStartAudioCallIntentHandling_Extensions
type INStartAudioCallIntentHandling_Extensions = class
Inheritance
INStartAudioCallIntentHandling_Extensions

Methods

ConfirmStartAudioCall(IINStartAudioCallIntentHandling, INStartAudioCallIntent, Action<INStartAudioCallIntentResponse>)

Developers may override this method to customize the confirmation that an audio call should start.

ResolveContacts(IINStartAudioCallIntentHandling, INStartAudioCallIntent, Action<INPersonResolutionResult[]>)

Developers may override this method to resolve a specific contact based on the intent.

ResolveDestinationType(IINStartAudioCallIntentHandling, INStartAudioCallIntent, Action<INCallDestinationTypeResolutionResult>)

Developers may implement this method to customize resolution of the destination type.

Applies to