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