ButtonUserActivity
ButtonUserActivity
interface ButtonUserActivity
An interface through which user activities can be reported.
Members
Functions
abstract fun cartViewed(@ Nullableproducts: List < ButtonProductCompatible >)
Report that the user viewed their cart.
abstract fun productAddedToCart(@ Nullableproduct: ButtonProductCompatible)
Report that the user has added a product to their cart.
abstract fun productViewed(@ Nullableproduct: ButtonProductCompatible)
Report that the user has viewed a product.