getItemId

open fun getItemId(position: Int): Long(source)

Return the stable ID for the item at position. If hasStableIds would return false this method should return NO_ID. The default implementation of this method returns NO_ID.

Return

the stable ID of the item at position

Parameters

position

Adapter position to query