RecognizerIntent.ExtraResultsPendingintentBundle Field
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.
If you use #EXTRA_RESULTS_PENDINGINTENT
to supply a forwarding intent, you can
also use this extra to supply additional extras for the final intent.
[Android.Runtime.Register("EXTRA_RESULTS_PENDINGINTENT_BUNDLE")]
public const string ExtraResultsPendingintentBundle;
[<Android.Runtime.Register("EXTRA_RESULTS_PENDINGINTENT_BUNDLE")>]
val mutable ExtraResultsPendingintentBundle : string
Field Value
- Attributes
Remarks
If you use #EXTRA_RESULTS_PENDINGINTENT
to supply a forwarding intent, you can also use this extra to supply additional extras for the final intent. The search results will be added to this bundle, and the combined bundle will be sent to the target.
Java documentation for android.speech.RecognizerIntent.EXTRA_RESULTS_PENDINGINTENT_BUNDLE
.
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.