ListRowFragmentFactory
open classListRowFragmentFactory: BrowseFragment.FragmentFactory<RowsFragment!>
kotlin.Any | ||
↳ | androidx.leanback.app.BrowseFragment.FragmentFactory<androidx.leanback.app.RowsFragment> | |
↳ | androidx.leanback.app.BrowseFragment.ListRowFragmentFactory |
FragmentFactory implementation for ListRow
.
Summary
Public constructors | |
---|---|
<init>() FragmentFactory implementation for |
Public methods | |
---|---|
open RowsFragment! |
createFragment(row: Any!) |
Public constructors
<init>
ListRowFragmentFactory()
Deprecated: use BrowseSupportFragment
FragmentFactory implementation for ListRow
.
Public methods
createFragment
open fun createFragment(row: Any!): RowsFragment!