BrowseFragment.MainFragmentAdapterProvider

Added in 1.1.0
Deprecated in 1.1.0

interface BrowseFragment.MainFragmentAdapterProvider

Known direct subclasses
RowsFragment

This class is deprecated.

use RowsSupportFragment


Interface to be implemented by all fragments for providing an instance of MainFragmentAdapter. Both RowsFragment and custom fragment provided against PageRow will need to implement this interface.

Summary

Public functions

BrowseFragment.MainFragmentAdapter!

Returns an instance of MainFragmentAdapter that BrowseFragment would use to communicate with the target fragment.

Public functions

getMainFragmentAdapter

Added in 1.1.0
Deprecated in 1.1.0
fun getMainFragmentAdapter(): BrowseFragment.MainFragmentAdapter!

Returns an instance of MainFragmentAdapter that BrowseFragment would use to communicate with the target fragment.