track Wishlist Relinquished
abstract suspend fun trackWishlistRelinquished( productId: String, item: WishlistItem, url: String, referrer: String? = ""): SystemaResult<<ERROR CLASS>>
Content copied to clipboard
Track Wishlist Relinquished event. Triggered when a an item makes its way out of the wishlist.
Return
HTTP response from tracker for Wishlist Relinquished event.
Parameters
product Id
Product ID of the item that was removed from the wishlist.
items
List of items that were removed from the wishlist.
url
URL of the page/view while items were removed from the wishlist - in Mobile, a simulated string.
abstract fun trackWishlistRelinquished( productId: String, item: WishlistItem, url: String, referrer: String? = "", result: (SystemaResult<<ERROR CLASS>>) -> Unit)
Content copied to clipboard