getItemId

open override fun getItemId(position: Int): Long

Get the row ID associated with the specified position in the list.

Return

ID of the item at the specified position.

Parameters

position

Position of the item within the adapter's data set whose row id we want.