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

The CallbackManager manages the callbacks into the FacebookSdk from an Activity's or Fragment's onActivityResult() method.

แพ็คเกจ:facebook
วิธีการแบบอินสแตนซ์
onActivityResult(int, int, Intent)

The method that should be called from the Activity's or Fragment's onActivityResult method.

public boolean onActivityResult(int requestCode, int resultCode, Intent data)
พารามิเตอร์คำอธิบาย
requestCodeThe request code that's received by the Activity or Fragment.
resultCodeThe result code that's received by the Activity or Fragment.
dataThe result data that's received by the Activity or Fragment.
Returns
True If the result could be handled.