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