PickerFragment.GraphObjectFilter
最新版的 SDK 已不支持此类。
这个类有新版本。查看 最新版本。

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

应用安装包:widget
实例方法
includeItem(Object)

Called to determine if a graph object should be displayed.

public boolean includeItem(Object graphObject)
参数描述
graphObjectThe graph object
Returns
True to display the graph object, false to hide it