RetailEventTemplate
A class that represents a custom retail event template for the application.
Properties
Link copied to clipboard
The added_to_cart event name.
Link copied to clipboard
The browsed event name.
Link copied to clipboard
The purchased event name.
Link copied to clipboard
The retail event template type.
Link copied to clipboard
The shared_product event name.
Link copied to clipboard
The starred_product event name.
Link copied to clipboard
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
open fun newSharedProductTemplate(@Nullable source: String, @Nullable medium: String): RetailEventTemplate
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 category.
Link copied to clipboard
Set the currency.
Link copied to clipboard
Set the description.
Link copied to clipboard
Set the newItem value.
Link copied to clipboard
Set the transaction ID.
Link copied to clipboard
Sets the event value.