-
public abstract class ResultProcessorcom.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
-
-
Constructor Summary
Constructors Constructor Description ResultProcessor(FacebookCallback callback)
-
Method Summary
Modifier and Type Method Description abstract voidonSuccess(AppCall appCall, Bundle results)voidonCancel(AppCall appCall)Override this if anything needs to be done on cancellation (e.g. voidonError(AppCall appCall, FacebookException error)Override this if anything needs to be done on error (e.g. -
-
Constructor Detail
-
ResultProcessor
ResultProcessor(FacebookCallback callback)
-
-
-
-