Package 

Interface WebDialog.OnCompleteListener


  • 
    public interface WebDialog.OnCompleteListener
    
                        

    Interface that implements a listener to be called when the user's interaction with the dialog completes, whether because the dialog finished successfully, or it was cancelled, or an error was encountered.

    • Method Summary

      Modifier and Type Method Description
      abstract Unit onComplete(Bundle values, FacebookException error) Called when the dialog completes.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onComplete

         abstract Unit onComplete(Bundle values, FacebookException error)

        Called when the dialog completes.

        Parameters:
        values - on success, contains the values returned by the dialog
        error - on an error, contains an exception describing the error