BrowseSupportFragment.FragmentFactory

abstract class BrowseSupportFragment.FragmentFactory<T : Fragment?>


Factory class responsible for creating fragment given the current item. ListRow should return RowsSupportFragment or its subclass whereas PageRow can return any fragment class.

Summary

Public constructors

Public functions

abstract T!

Public constructors

FragmentFactory

Added in 1.1.0
FragmentFactory()

Public functions

createFragment

Added in 1.1.0
abstract fun createFragment(row: Any!): T!