Share via


VoiceInteractor.Prompt.GetVoicePromptAtFormatted(Int32) Method

Definition

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.

Applies to