Callback interface that will be called when a network or other error is encountered while retrieving graph objects.
Package: | widget |
onError(PickerFragment, FacebookException)
Called when a network or other error is encountered.
public void onError(PickerFragment fragment, FacebookException error)
Parameter | Description |
---|---|
fragment | |
error | A FacebookException representing the error that was encountered. |