Language

VoiceInteractor.PickOptionRequest.Option.Index Property

Definition

Return the index that was supplied in the constructor.

public int Index { [Android.Runtime.Register("getIndex", "()I", "", ApiSince=23)] get; }
[<get: Android.Runtime.Register("getIndex", "()I", "", ApiSince=23)>]
member this.Index : int

Property Value

Attributes

Remarks

Return the index that was supplied in the constructor. If the option was constructed without an index, -1 is returned.

Android reference for android.app.VoiceInteractor.PickOptionRequest.Option.getIndex.

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