onShoppingCTA property Null safety

ShoppingCTACallback? onShoppingCTA
read / write

This callback is triggered when the user clicks the "Add to cart" or "Shop now" button.

The host app can return an ShoppingCTAResult object to tell SDK how to handle the result.

Implementation

ShoppingCTACallback? onShoppingCTA;