Facebook.DialogListener
คลาสนี้ไม่มีให้ใช้งานใน SDK เวอร์ชั่นล่าสุดอีกต่อไป

Callback interface for dialog requests.

THIS CLASS SHOULD BE CONSIDERED DEPRECATED.

All public members of this class are intentionally deprecated. New code should instead use WebDialog

Adding @Deprecated to this class causes warnings in other deprecated classes that reference this one. That is the only reason this entire class is not deprecated.

แพ็คเกจ:android
วิธีการแบบอินสแตนซ์
onComplete(Bundle)

Called when a dialog completes.

Executed by the thread that initiated the dialog.

public void onComplete(Bundle values)
พารามิเตอร์คำอธิบาย
valuesKey-value string pairs extracted from the response.
onFacebookError(FacebookError)

Called when a Facebook responds to a dialog with an error.

Executed by the thread that initiated the dialog.

public void onFacebookError(FacebookError e)
พารามิเตอร์คำอธิบาย
e
onError(DialogError)

Called when a dialog has an error.

Executed by the thread that initiated the dialog.

public void onError(DialogError e)
พารามิเตอร์คำอธิบาย
e
onCancel()

Called when a dialog is canceled by the user.

Executed by the thread that initiated the dialog.

public void onCancel()