Request.Callback
لم تعد هذه الفئة متوفر في أحدث إصدار من SDK.
يتوفر إصدار أحدث لهذه الفئة. يرجى التحقق أحدث إصدار.

Specifies the interface that consumers of the Request class can implement in order to be notified when a particular request completes, either successfully or with an error.

الحزمة:facebook
طرق المثيلات
onCompleted(Response)

The method that will be called when a request completes.

public void onCompleted(Response response)
المعلمةالوصف
responseThe Response of this request, which may include error information if the request was unsuccessful