Skip to content

Most visited

Recently visited

navigation

FacetProviderAdapter

public interface FacetProviderAdapter

android.support.v17.leanback.widget.FacetProviderAdapter
Known Indirect Subclasses


Optional interface that implemented by RecyclerView.Adapter to query FacetProvider for a given type within Adapter. Note that RecyclerView.ViewHolder may also implement FacetProvider which has a higher priority than the one returned from the FacetProviderAdapter.

Summary

Public methods

abstract FacetProvider getFacetProvider(int type)

Queries FacetProvider for a given type within Adapter.

Public methods

getFacetProvider

FacetProvider getFacetProvider (int type)

Queries FacetProvider for a given type within Adapter.

Parameters
type int: type of the item.
Returns
FacetProvider Facet provider for the type.
This site uses cookies to store your preferences for site-specific language and display options.

Hooray!

This class requires API level or higher

This doc is hidden because your selected API level for the documentation is . You can change the documentation API level with the selector above the left navigation.

For more information about specifying the API level your app requires, read Supporting Different Platform Versions.