SectionRow
open class SectionRow : Row
kotlin.Any | ||
↳ | androidx.leanback.widget.Row | |
↳ | androidx.leanback.widget.SectionRow |
Used to represent section item in HeadersFragment. Unlike a normal Row, it's not focusable.
Summary
Public constructors | |
---|---|
<init>(headerItem: HeaderItem!) |
|
Public methods | |
---|---|
Boolean |
Inherited functions | |
---|---|
Public constructors
<init>
SectionRow(headerItem: HeaderItem!)
<init>
SectionRow(name: String!)
Public methods
isRenderedAsRowView
fun isRenderedAsRowView(): Boolean