ButtonUserActivity

ButtonUserActivity

interface ButtonUserActivity

An interface through which user activities can be reported.

Members

Functions

cartViewed

abstract fun cartViewed(@ Nullableproducts: List < ButtonProductCompatible >)

Report that the user viewed their cart.

productAddedToCart

abstract fun productAddedToCart(@ Nullableproduct: ButtonProductCompatible)

Report that the user has added a product to their cart.

productViewed

abstract fun productViewed(@ Nullableproduct: ButtonProductCompatible)

Report that the user has viewed a product.