Package 

Interface LikeView.OnErrorListener


  • 
    public interface LikeView.OnErrorListener
    
                        

    Callback interface that will be called when a network or other error is encountered whilelogging in.

    • Method Summary

      Modifier and Type Method Description
      abstract void onError(FacebookException error) Called when the share action encounters an error.
      • 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 the share action encounters an error.

        Parameters:
        error - The error that occurred