Callback for requests that result in a JSONObject.
Пакет: | facebook |
onCompleted(JSONObject, GraphResponse)
The method that will be called when the request completes.
public void onCompleted(JSONObject object, GraphResponse response)
Параметр | Описание |
---|---|
object | The GraphObject representing the returned object, or null |
response | The Response of this request, which may include error information if the request was unsuccessful |