Package 

Interface ProfilePictureView.OnErrorListener


  • 
    public interface ProfilePictureView.OnErrorListener
    
                        

    Callback interface that will be called when a network or other error is encountered whileretrieving profile pictures.

    • Method Summary

      Modifier and Type Method Description
      abstract void onError(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 void onError(FacebookException error)

        Called when a network or other error is encountered.

        Parameters:
        error - a FacebookException representing the error that was encountered.