VoiceInteractor.Prompt.GetVoicePromptAtFormatted(Int32) 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.
Returns a prompt to use for voice interactions.
[Android.Runtime.Register("getVoicePromptAt", "(I)Ljava/lang/CharSequence;", "GetGetVoicePromptAt_IHandler", ApiSince=23)]
public virtual Java.Lang.ICharSequence GetVoicePromptAtFormatted (int index);
[<Android.Runtime.Register("getVoicePromptAt", "(I)Ljava/lang/CharSequence;", "GetGetVoicePromptAt_IHandler", ApiSince=23)>]
abstract member GetVoicePromptAtFormatted : int -> Java.Lang.ICharSequence
override this.GetVoicePromptAtFormatted : int -> Java.Lang.ICharSequence
Parameters
- index
- Int32
Returns
- Attributes
Remarks
Returns a prompt to use for voice interactions.
Java documentation for android.app.VoiceInteractor.Prompt.getVoicePromptAt(int)
.
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.