public class FacebookBroadcastReceiver
extends android.content.BroadcastReceiver
| Constructor and Description |
|---|
FacebookBroadcastReceiver() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
onFailedAppCall(java.lang.String appCallId,
java.lang.String action,
android.os.Bundle extras)
Invoked when the operation failed to complete.
|
void |
onReceive(android.content.Context context,
android.content.Intent intent) |
protected void |
onSuccessfulAppCall(java.lang.String appCallId,
java.lang.String action,
android.os.Bundle extras)
Invoked when the operation was completed successfully.
|
abortBroadcast, clearAbortBroadcast, getAbortBroadcast, getDebugUnregister, getResultCode, getResultData, getResultExtras, goAsync, isInitialStickyBroadcast, isOrderedBroadcast, peekService, setDebugUnregister, setOrderedHint, setResult, setResultCode, setResultData, setResultExtraspublic void onReceive(android.content.Context context,
android.content.Intent intent)
onReceive in class android.content.BroadcastReceiverprotected void onSuccessfulAppCall(java.lang.String appCallId,
java.lang.String action,
android.os.Bundle extras)
appCallId - The App Call ID.action - The action performed.extras - Any extra information.protected void onFailedAppCall(java.lang.String appCallId,
java.lang.String action,
android.os.Bundle extras)
appCallId - The App Call ID.action - The action performed.extras - Any extra information.