baserecyclerviewadapter / com.skydoves.baserecyclerviewadapter / SectionRow

SectionRow

data class SectionRow

Constructors

<init>

SectionRow(section: Int = 0, row: Int = 0)

Properties

row

var row: Int

section

var section: Int

Functions

nextRow

fun nextRow(): Int

nextSection

fun nextSection(): Unit