getDropDownView

open override fun getDropDownView(position: Int, convertView: View?, parent: ViewGroup): View

Gets a View that displays in the drop down popup the data at the specified position in the data set.

Parameters

position

Index of the item whose view we want.

convertView

This value may be null.

parent

This value cannot be null.