public static interface GraphRequest.Callback
| Modifier and Type | Method and Description |
|---|---|
void |
onCompleted(GraphResponse response)
The method that will be called when a request completes.
|
void onCompleted(GraphResponse response)
response - the Response of this request, which may include error information if the
request was unsuccessful