Share via


VoiceInteractor.PickOptionRequest.Option Constructors

Definition

Overloads

VoiceInteractor.PickOptionRequest.Option(ICharSequence, Int32)
VoiceInteractor.PickOptionRequest.Option(String, Int32)

VoiceInteractor.PickOptionRequest.Option(ICharSequence, Int32)

[Android.Runtime.Register(".ctor", "(Ljava/lang/CharSequence;I)V", "", ApiSince=23)]
public Option (Java.Lang.ICharSequence? label, int index);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/CharSequence;I)V", "", ApiSince=23)>]
new Android.App.VoiceInteractor.PickOptionRequest.Option : Java.Lang.ICharSequence * int -> Android.App.VoiceInteractor.PickOptionRequest.Option

Parameters

index
Int32
Attributes

Remarks

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

VoiceInteractor.PickOptionRequest.Option(String, Int32)

[Android.Runtime.Register(".ctor", "(Ljava/lang/CharSequence;I)V", "", ApiSince=23)]
public Option (string? label, int index);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/CharSequence;I)V", "", ApiSince=23)>]
new Android.App.VoiceInteractor.PickOptionRequest.Option : string * int -> Android.App.VoiceInteractor.PickOptionRequest.Option

Parameters

label
String
index
Int32
Attributes

Remarks

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