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