| Package | Description |
|---|---|
| com.facebook.ads.sdk.serverside |
| Modifier and Type | Method and Description |
|---|---|
CustomEndpointResponse |
CAPIGatewayEndpoint.sendEvent(APIContext context,
String pixelId,
List<Event> events) |
CustomEndpointResponse |
CustomEndpointRequest.sendEvent(APIContext context,
String pixelId,
List<Event> data) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,CustomEndpointResponse> |
EventResponse.getCustomEndpointResponses()
Gets a map that maps each response to each custom endpoint that we sent the events to.
|
com.google.common.util.concurrent.ListenableFuture<CustomEndpointResponse> |
CAPIGatewayEndpoint.sendEventAsync(APIContext context,
String pixelId,
List<Event> data) |
com.google.common.util.concurrent.ListenableFuture<CustomEndpointResponse> |
CustomEndpointRequest.sendEventAsync(APIContext context,
String pixelId,
List<Event> Data) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventResponse.setCustomEndpointResponses(Map<String,CustomEndpointResponse> customEndpointResponses)
Set responses that map to each custom endpoint that we sent the events to.
|
Copyright © 2024. All rights reserved.