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