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

Specifies the interface that consumers of Request.executeMeRequestAsync(Session, com.facebook.Request.GraphUserCallback) can use to be notified when the request completes, either successfully or with an error.

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

The method that will be called when the request completes.

public void onCompleted(GraphUser user, Response response)
المعلمةالوصف
userThe GraphObject representing the returned user, or null
responseThe Response of this request, which may include error information if the request was unsuccessful