appviewAddToCartEvent

abstract fun appviewAddToCartEvent(json: String)

Logs an event when items are added to a cart.

Parameters

json

A JSON string containing details about the cart and added items.

Samples