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()
인스턴스 메서드
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