-
public interface ProfilePictureView.OnErrorListenerCallback interface that will be called when a network or other error is encountered whileretrieving profile pictures.
-
-
Method Summary
Modifier and Type Method Description abstract voidonError(FacebookException error)Called when a network or other error is encountered. -
-
Method Detail
-
onError
abstract void onError(FacebookException error)
Called when a network or other error is encountered.
- Parameters:
error- a FacebookException representing the error that was encountered.
-
-
-
-