ItemGroupInfo

data class ItemGroupInfo(positionInGroup: Int?, numberOfItemsInGroup: Int?)

ItemGroupInfo contains information about the group for a specific item.

Parameters

positionInGroup

Position of the item in a group or null when the item is not a group member.

numberOfItemsInGroup

Number of items in a group or null when the item is not a group member.

Constructors

Link copied to clipboard
fun ItemGroupInfo(positionInGroup: Int?, numberOfItemsInGroup: Int?)

Properties

Link copied to clipboard
val numberOfItemsInGroup: Int?
Link copied to clipboard
val positionInGroup: Int?