AdapterView.ItemViewTypeIgnore Field

Definition

The item view type returned by Adapter#getItemViewType(int) when the adapter does not want the item's view recycled.

[Android.Runtime.Register("ITEM_VIEW_TYPE_IGNORE")]
public const int ItemViewTypeIgnore = -1;
[<Android.Runtime.Register("ITEM_VIEW_TYPE_IGNORE")>]
val mutable ItemViewTypeIgnore : int

Field Value

Value = -1
Attributes

Remarks

The item view type returned by Adapter#getItemViewType(int) when the adapter does not want the item's view recycled.

Java documentation for android.widget.AdapterView.ITEM_VIEW_TYPE_IGNORE.

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