core-ktx / androidx.view / android.view.ViewGroup / get

get

operator fun ViewGroup.get(index: Int): View

Returns the view at index.

Exceptions

IndexOutOfBoundsException - if index is less than 0 or greater than or equal to the count.