added in API level 23
VoiceInteractor.PickOptionRequest
public
static
class
VoiceInteractor.PickOptionRequest
extends VoiceInteractor.Request
| java.lang.Object | ||
| ↳ | android.app.VoiceInteractor.Request | |
| ↳ | android.app.VoiceInteractor.PickOptionRequest | |
Select a single option from multiple potential options with the user via the trusted system
VoiceInteractionService. Typically, the application would present this visually as
a list view to allow selecting the option by touch.
The result of the confirmation will be returned through an asynchronous call to
either onPickOptionResult(boolean, VoiceInteractor.PickOptionRequest.Option[], Bundle) or onCancel() - these methods should
be overridden to define the application specific behavior.