ViewData
Interface used as base ui model for item views managed by androidx.picker.adapter.AbsAdapter.
Inheritors
Properties
Link copied to clipboard
The unique identifier for this item. This is used by diffing algorithms (like androidx.recyclerview.widget.DiffUtil) to compare items in the list. By default, the key
is the object instance itself (this
).