Optional
onThis callback is triggered when the user clicks product card. Only supported on iOS
Optional
onThis callback is triggered when the user clicks the shopping cart icon.
The host app can customize the click event processing logic of the shopping cart icon by setting the callback.
Optional
onThis callback is triggered when the user clicks the "Add to cart" or "Shop now" button. The host app can return a ShoppingCTAResult object to tell SDK how to handle the result.
Optional
onThis callback is triggered when the video will be shown.
The host app can return a Product list to update the latest product information.
Defaults to true. You can hide the cart icon by setting this property to false.
This callback is triggered when the user clicks the link button next to Add to cart button.
The host app can customize the click event processing logic of the link button by setting the callback.
This callback is triggered when the user clicks product card.
The host app can customize the tap event processing logic of the product card by setting the callback.
The configuration of product info view. Please refer to ProductInfoViewConfiguration for more details.
The number of items in the host app cart. The count should be greater than or equal to 0. We just use count to show or hide red indicator on the cart icon. If cound > 0, we will show the red indicator on the cart icon. Otherwise, we will hide the red indicator on the cart icon.
Static
getGenerated using TypeDoc
The entry class of video shopping.