PickerFragment.GraphObjectFilter
Esta clase no está disponible en la última versión del SDK.
Existe una versión más reciente de esta clase. Consulta la última versión.

Callback interface that will be called to determine if a graph object should be displayed.

Paquete:widget
Métodos de instancia
includeItem(Object)

Called to determine if a graph object should be displayed.

public boolean includeItem(Object graphObject)
ParámetroDescripción
graphObjectThe graph object
Returns
True to display the graph object, false to hide it