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 Unit onSuccess(AppCall appCall, Bundle results)
      Unit onCancel(AppCall appCall) Override this if anything needs to be done on cancellation (e.g.
      Unit 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