BrowseFragment.MainFragmentRowsAdapterProvider

Added in 1.1.0
Deprecated in 1.1.0

public interface BrowseFragment.MainFragmentRowsAdapterProvider

Known direct subclasses
RowsFragment

This class is deprecated.

use RowsSupportFragment


Interface to be implemented by RowsFragment and its subclasses for providing an instance of MainFragmentRowsAdapter.

Summary

Public methods

abstract BrowseFragment.MainFragmentRowsAdapter

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

Public methods

getMainFragmentRowsAdapter

Added in 1.1.0
Deprecated in 1.1.0
abstract BrowseFragment.MainFragmentRowsAdapter getMainFragmentRowsAdapter()

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