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

int

Returns

The Java.Lang.ICharSequence returned by this API.

Attributes

Remarks

Returns a prompt to use for voice interactions.

Android reference for android.app.VoiceInteractor.Prompt.getVoicePromptAt.

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