| Package | Description |
|---|---|
| com.facebook |
| Modifier and Type | Method and Description |
|---|---|
Response |
Request.executeAndWait()
Executes this request and returns the response.
|
static Response |
Request.executeAndWait(Request request)
Executes a single request on the current thread and returns the response.
|
static Response |
Settings.publishInstallAndWaitForResponse(android.content.Context context,
String applicationId)
Manually publish install attribution to the Facebook graph.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<Response> |
RequestAsyncTask.doInBackground(Void... params) |
List<Response> |
RequestBatch.executeAndWait()
Executes this batch on the current thread and returns the responses.
|
static List<Response> |
Request.executeBatchAndWait(Collection<Request> requests)
Executes requests as a single batch on the current thread and returns the responses.
|
static List<Response> |
Request.executeBatchAndWait(Request... requests)
Executes requests on the current thread as a single batch and returns the responses.
|
static List<Response> |
Request.executeBatchAndWait(RequestBatch requests)
Executes requests on the current thread as a single batch and returns the responses.
|
static List<Response> |
Request.executeConnectionAndWait(HttpURLConnection connection,
Collection<Request> requests)
Executes requests that have already been serialized into an HttpURLConnection.
|
static List<Response> |
Request.executeConnectionAndWait(HttpURLConnection connection,
RequestBatch requests)
Executes requests that have already been serialized into an HttpURLConnection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Request.GraphUserCallback.onCompleted(GraphUser user,
Response response)
The method that will be called when the request completes.
|
void |
Request.GraphPlaceListCallback.onCompleted(List<GraphPlace> places,
Response response)
The method that will be called when the request completes.
|
void |
Request.GraphUserListCallback.onCompleted(List<GraphUser> users,
Response response)
The method that will be called when the request completes.
|
void |
Request.Callback.onCompleted(Response response)
The method that will be called when a request completes.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
RequestAsyncTask.onPostExecute(List<Response> result) |
Copyright © 2013. All Rights Reserved.