| Package | Description |
|---|---|
| com.facebook.ads.sdk |
| Modifier and Type | Method and Description |
|---|---|
OpenGraphContext |
OpenGraphContext.copyFrom(OpenGraphContext instance) |
OpenGraphContext |
OpenGraphContext.APIRequestGet.execute() |
OpenGraphContext |
OpenGraphContext.APIRequestGet.execute(Map<String,Object> extraParams) |
OpenGraphContext |
OpenGraphContext.fetch() |
static OpenGraphContext |
OpenGraphContext.fetchById(Long id,
APIContext context) |
static OpenGraphContext |
OpenGraphContext.fetchById(String id,
APIContext context) |
OpenGraphContext |
OpenGraphContext.APIRequestGet.getLastResponse() |
static OpenGraphContext |
OpenGraphContext.loadJSON(String json,
APIContext context,
String header) |
OpenGraphContext |
OpenGraphContext.APIRequestGet.parseResponse(String response,
String header) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<OpenGraphContext> |
OpenGraphContext.APIRequestGet.executeAsync() |
com.google.common.util.concurrent.ListenableFuture<OpenGraphContext> |
OpenGraphContext.APIRequestGet.executeAsync(Map<String,Object> extraParams) |
static com.google.common.util.concurrent.ListenableFuture<OpenGraphContext> |
OpenGraphContext.fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<OpenGraphContext> |
OpenGraphContext.fetchByIdAsync(String id,
APIContext context) |
static APINodeList<OpenGraphContext> |
OpenGraphContext.fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<OpenGraphContext>> |
OpenGraphContext.fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
static APIRequest.ResponseParser<OpenGraphContext> |
OpenGraphContext.getParser() |
static APINodeList<OpenGraphContext> |
OpenGraphContext.parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
| Modifier and Type | Method and Description |
|---|---|
OpenGraphContext |
OpenGraphContext.copyFrom(OpenGraphContext instance) |
Copyright © 2020. All rights reserved.