Package 

Interface CallbackManager


  • 
    public interface CallbackManager
    
                        

    The CallbackManager manages the callbacks into the FacebookSdk from an Activity's or Fragment's onActivityResult() method.

    • Method Detail

      • onActivityResult

         abstract Boolean onActivityResult(Integer requestCode, Integer resultCode, Intent data)

        The method that should be called from the Activity's or Fragment's onActivityResult method.

        Parameters:
        requestCode - The request code that's received by the Activity or Fragment.
        resultCode - The result code that's received by the Activity or Fragment.
        data - The result data that's received by the Activity or Fragment.