Button Merchant Library
1.6.1
androidJvm
Button Merchant Library
/
com.usebutton.merchant.module
/
ButtonUserActivity
Button
User
Activity
interface
ButtonUserActivity
An interface through which user activities can be reported.
Members
Functions
cart
Viewed
Link copied to clipboard
abstract
fun
cartViewed
(
@
Nullable
products
:
List
<
ButtonProductCompatible
>
)
Report that the user viewed their cart.
product
Added
To
Cart
Link copied to clipboard
abstract
fun
productAddedToCart
(
@
Nullable
product
:
ButtonProductCompatible
)
Report that the user has added a product to their cart.
product
Viewed
Link copied to clipboard
abstract
fun
productViewed
(
@
Nullable
product
:
ButtonProductCompatible
)
Report that the user has viewed a product.