PickerFragment.OnErrorListener
This class is no longer available in the most recent version of the SDK.
A more recent version of this class is available. Check out the latest version.

Callback interface that will be called when a network or other error is encountered while retrieving graph objects.

Package:widget
Instance Methods
onError(PickerFragment, FacebookException)

Called when a network or other error is encountered.

public void onError(PickerFragment fragment, FacebookException error)
ParameterDescription
fragment
errorA FacebookException representing the error that was encountered.