| Package | Description |
|---|---|
| com.facebook.ads.sdk.businessdataapi | |
| com.facebook.ads.sdk.signal |
| Modifier and Type | Method and Description |
|---|---|
Content |
Content.externalContentID(String externalContentId)
Sets the external id for this order item
|
Content |
Content.id(String id)
Sets the Product Id of the Item.
|
Content |
Content.price(Float price)
Sets the total price of the Item.
|
Content |
Content.quantity(Long quantity)
Sets the quantity of the Content/Item.
|
Content |
Content.tax(Float tax)
Sets the total tax of the Item.
|
Content |
Content.title(String title)
Sets the Title of the Item.
|
| Modifier and Type | Method and Description |
|---|---|
List<Content> |
CustomData.getContents()
Gets the contents for the custom data.
|
| Modifier and Type | Method and Description |
|---|---|
CustomData |
CustomData.contents(List<Content> contents)
Sets the contents for the custom data.
|
void |
CustomData.setContents(List<Content> contents)
Sets the contents for the custom data.
|
| Constructor and Description |
|---|
CustomData(Float value,
String currency,
List<Content> contents,
String orderId,
String status,
UserData shippingContact,
UserData billingContact,
String externalOrderId,
String originalOrderId,
String message) |
| Modifier and Type | Method and Description |
|---|---|
Content |
Content.getBusinessDataContent()
Gets the constructed content for Business Data API
|
| Modifier and Type | Method and Description |
|---|---|
SignalResponse<List<Content>,List<Content>> |
CustomData.getContents()
Gets the contents for the custom data.
|
Copyright © 2021. All rights reserved.