CartEvent

Package: com.salesforce.marketingcloud.sfmcsdk.components.events

SDK Version: 11.0.0

Platform: androidJvm

CartEvent is a sealed class representing cart-related events in the Salesforce Marketing Cloud SDK. It inherits from EngagementEvent and serves as the base class for various cart operations.

The following classes inherit from CartEvent:

A list of line items associated with the cart event.

Type: List<LineItem>

Access: Read-only (val)

A companion object for the CartEvent class.