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

A callback class for the Facebook SDK.

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

Called when the dialog completes without error

public void onSuccess(Object result)
พารามิเตอร์คำอธิบาย
resultResult from the dialog
onCancel()

Called when the dialog is canceled

public void onCancel()
onError(FacebookException)

Called when the dialog finishes with an error

public void onError(FacebookException error)
พารามิเตอร์คำอธิบาย
errorThe error that occurred