FacebookBroadcastReceiver
เวอร์ชั่นที่ใหม่กว่าของคลาสนี้พร้อมแล้ว ตรวจสอบได้ เวอร์ชั่นล่าสุด

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, listening on the com.facebook.platform.AppCallResultBroadcast action.

ขยาย:BroadcastReceiver
แพ็คเกจ:facebook
ผู้สร้าง
FacebookBroadcastReceiver()
public FacebookBroadcastReceiver()
วิธีการแบบอินสแตนซ์
onReceive(Context, Intent)
public void onReceive(Context context, Intent intent)
พารามิเตอร์คำอธิบาย
context
intent
onSuccessfulAppCall(String, String, Bundle)
protected void onSuccessfulAppCall(String appCallId, String action, Bundle extras)
พารามิเตอร์คำอธิบาย
appCallId
action
extras
onFailedAppCall(String, String, Bundle)
protected void onFailedAppCall(String appCallId, String action, Bundle extras)
พารามิเตอร์คำอธิบาย
appCallId
action
extras