Activity.OnLocalVoiceInteractionStopped 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.
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.