| Package | Description |
|---|---|
| com.facebook.ads.sdk.serverside |
| Modifier and Type | Method and Description |
|---|---|
DeliveryCategory |
Content.getDeliveryCategory()
Type of delivery for a purchase event.
|
DeliveryCategory |
CustomData.getDeliveryCategory()
Type of delivery for a purchase event.
|
static DeliveryCategory |
DeliveryCategory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeliveryCategory[] |
DeliveryCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Content |
Content.deliveryCategory(DeliveryCategory deliveryCategory)
Set a Type of delivery for a purchase event.
|
CustomData |
CustomData.deliveryCategory(DeliveryCategory deliveryCategory)
Set a Type of delivery for a purchase event.
|
void |
Content.setDeliveryCategory(DeliveryCategory deliveryCategory)
Set a Type of delivery for a purchase event.
|
void |
CustomData.setDeliveryCategory(DeliveryCategory deliveryCategory)
Set a Type of delivery for a purchase event.
|
| Constructor and Description |
|---|
Content(String productId,
Long quantity,
Float itemPrice,
String title,
String description,
String brand,
String category,
DeliveryCategory deliveryCategory)
Constructor.
|
CustomData(Float value,
String currency,
String contentName,
String contentCategory,
List<String> contentIds,
List<Content> contents,
String contentType,
String orderId,
Float predictedLtv,
String numItems,
String status,
String searchString,
DeliveryCategory deliveryCategory,
String itemNumber,
HashMap<String,String> customProperties)
Constructor.
|
Copyright © 2020. All rights reserved.