Android.Widget.AbsListView.GetCheckedItemIds Method
Returns the set of checked items ids.

Syntax

[Android.Runtime.Register("getCheckedItemIds", "()[J", "GetGetCheckedItemIdsHandler")]
public virtual long[] GetCheckedItemIds ()

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the set of checked items ids. The result is only valid if the choice mode has not been set to AbsListView.CHOICE_MODE_NONE and the adapter has stable IDs. (Adapter.hasStableIds() == true)

[Android Documentation]

Requirements

Namespace: Android.Widget
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 8