Package 

Class ResultProcessor


  • 
    public abstract class ResultProcessor
    
                        

    com.facebook.share.internal is solely for the use of other packages within the Facebook SDK for Android. Use of any of the classes in this package is unsupported, and they may be modified or removed without warning at any time.

    Callback class to allow derivations of FacebookDialogBase to do custom operations

    • Method Summary

      Modifier and Type Method Description
      abstract void onSuccess(AppCall appCall, Bundle results)
      void onCancel(AppCall appCall) Override this if anything needs to be done on cancellation (e.g.
      void onError(AppCall appCall, FacebookException error) Override this if anything needs to be done on error (e.g.
      • Methods inherited from class java.lang.Object

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

      • onCancel

         void onCancel(AppCall appCall)

        Override this if anything needs to be done on cancellation (e.g. Logging)

      • onError

         void onError(AppCall appCall, FacebookException error)

        Override this if anything needs to be done on error (e.g. Logging)