Activity.OnLocalVoiceInteractionStopped Method

Definition

Callback to indicate that the local voice interaction has stopped either because it was requested through a call to #stopLocalVoiceInteraction() or because it was canceled by the user.

C#
[Android.Runtime.Register("onLocalVoiceInteractionStopped", "()V", "GetOnLocalVoiceInteractionStoppedHandler", ApiSince=24)]
public virtual void OnLocalVoiceInteractionStopped ();
Attributes

Remarks

Callback to indicate that the local voice interaction has stopped either because it was requested through a call to #stopLocalVoiceInteraction() or because it was canceled by the user. The previously acquired VoiceInteractor is no longer valid after this.

Java documentation for android.app.Activity.onLocalVoiceInteractionStopped().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

Product Versions
.NET for Android .NET for Android API 34, .NET for Android API 35