RetailEventTemplate

A class that represents a custom retail event template for the application.

Properties

Link copied to clipboard
val ADDED_TO_CART_EVENT: String = "added_to_cart"
The added_to_cart event name.
Link copied to clipboard
The browsed event name.
Link copied to clipboard
val PURCHASED_EVENT: String = "purchased"
The purchased event name.
Link copied to clipboard
The retail event template type.
Link copied to clipboard
val SHARED_PRODUCT_EVENT: String = "shared_product"
The shared_product event name.
Link copied to clipboard
val STARRED_PRODUCT_EVENT: String = "starred_product"
The starred_product event name.
Link copied to clipboard
val WISHLIST_EVENT: String = "wishlist"
The wishlist event name.

Functions

Link copied to clipboard
Creates the custom retail event.
Link copied to clipboard
Creates an added to cart event template.
Link copied to clipboard
Creates a browsed event template.
Link copied to clipboard
Creates a purchased event template.
Link copied to clipboard
Creates a shared product event template.
Link copied to clipboard
Creates a starred product event template.
Link copied to clipboard
Creates a wishlist event template.
Link copied to clipboard
Set the brand.
Link copied to clipboard
Set the category.
Link copied to clipboard
Set the currency.
Link copied to clipboard
Set the description.
Link copied to clipboard
Set the ID.
Link copied to clipboard
Set the newItem value.
Link copied to clipboard
Set the transaction ID.
Link copied to clipboard