itemAt

fun itemAt(index: Int): VideoFeedItem

Returns the feed item at index.

This is useful for index-based UI components such as pagers and lists. Throws IndexOutOfBoundsException if index is outside the current feed.