Android SDK Version


public interface ProfilePictureView.OnErrorListener
Callback interface that will be called when a network or other error is encountered while retrieving profile pictures.
Method Summary
Modifier and TypeMethodDescription
abstract UnitonError(FacebookException error) Called when a network or other error is encountered.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Method Detail

onError

 abstract UnitonError(FacebookException error)
Called when a network or other error is encountered.
Parameters:
error - a FacebookException representing the error that was encountered.