Language

FormEditRecord.GetSelectedIndices Method

Definition

Gets the selected choice-widget indices for a set-indices edit, or an empty array for other edit types.

[Android.Runtime.Register("getSelectedIndices", "()[I", "", ApiSince=35)]
public int[] GetSelectedIndices();
[<Android.Runtime.Register("getSelectedIndices", "()[I", "", ApiSince=35)>]
member this.GetSelectedIndices : unit -> int[]

Returns

Int32[]

the selected indices in the choice widget, if this record is of type #EDIT_TYPE_SET_INDICES, else an empty array

Attributes

Remarks

Java documentation for FormEditRecord.

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