Package 

Class FacebookBroadcastReceiver


  • 
    public class FacebookBroadcastReceiver
    extends BroadcastReceiver
                        

    This class implements a simple BroadcastReceiver designed to listen for broadcast notifications from the Facebook app. At present, these notifications consistent of success/failure notifications for photo upload operations that happen in the background.

    Applications may subclass this class and register it in their AndroidManifest.xml. The receiver is listening the com.facebook.platform.AppCallResultBroadcast action.

    • Method Summary

      Modifier and Type Method Description
      Unit onReceive(Context context, Intent intent)
      • Methods inherited from class com.facebook.FacebookBroadcastReceiver

        abortBroadcast, clearAbortBroadcast, getAbortBroadcast, getDebugUnregister, getResultCode, getResultData, getResultExtras, goAsync, isInitialStickyBroadcast, isOrderedBroadcast, peekService, setDebugUnregister, setOrderedHint, setResult, setResultCode, setResultData, setResultExtras
      • Methods inherited from class java.lang.Object

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

      • FacebookBroadcastReceiver

        FacebookBroadcastReceiver()