Android SDK Version


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.
Constructor Summary
ConstructorDescription
FacebookBroadcastReceiver()
Method Summary
Modifier and TypeMethodDescription
UnitonReceive(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()
Method Detail

onReceive

UnitonReceive(Context context, Intent intent)