inboxrecyclerview / me.saket.inboxrecyclerview / InboxRecyclerView / ExpandedItem

ExpandedItem

data class ExpandedItem : Parcelable

Details of the currently expanded item.

Constructors

<init>

ExpandedItem(viewIndex: Int, itemId: Long, expandedItemLocationRect: Rect)

Details of the currently expanded item.

Properties

expandedItemLocationRect

val expandedItemLocationRect: Rect

itemId

val itemId: Long

viewIndex

val viewIndex: Int