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.

[Android.Runtime.Register("onLocalVoiceInteractionStopped", "()V", "GetOnLocalVoiceInteractionStoppedHandler", ApiSince=24)]
public virtual void OnLocalVoiceInteractionStopped ();
[<Android.Runtime.Register("onLocalVoiceInteractionStopped", "()V", "GetOnLocalVoiceInteractionStoppedHandler", ApiSince=24)>]
abstract member OnLocalVoiceInteractionStopped : unit -> unit
override this.OnLocalVoiceInteractionStopped : unit -> unit
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