Share via


FormEditRecord.GetSelectedIndices Method

Definition

[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 android.graphics.pdf.models.FormEditRecord.getSelectedIndices().

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