| java.lang.Object | ||
| ↳ | android.service.voice.VoiceInteractionSession.Request | |
| ↳ | android.service.voice.VoiceInteractionSession.AbortVoiceRequest | |
A request to report that the current user interaction can not be completed with voice, as per
VoiceInteractor.AbortVoiceRequest.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
This method was deprecated
in API level 23.
Prefer
getVoicePrompt() which allows a separate visual message.
| |||||||||||
Return the message informing the user of the problem, as per
VoiceInteractor.AbortVoiceRequest.
| |||||||||||
Report that the voice interactor has finished aborting the voice operation, resulting
in a call to
VoiceInteractor.AbortVoiceRequest.onAbortResult.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
android.service.voice.VoiceInteractionSession.Request
| |||||||||||
From class
java.lang.Object
| |||||||||||
This method was deprecated
in API level 23.
Prefer getVoicePrompt() which allows a separate visual message.
Return the message informing the user of the problem, as per
VoiceInteractor.AbortVoiceRequest.
Return the message informing the user of the problem, as per
VoiceInteractor.AbortVoiceRequest.
Report that the voice interactor has finished aborting the voice operation, resulting
in a call to
VoiceInteractor.AbortVoiceRequest.onAbortResult. This finishes the request (it
is no longer active).