Customize click behaviors (Flutter)
Customize video overlay CTA button click behavior
FireworkSDK.getInstance().onCustomCTAClick =
(CustomCTAClickEvent? event) async {
// Here, you could write codes to navigate to the host app page.
// For best practices on navigating to the host page,
// please consult "Navigate to the host app page" below.
};Customize shopping click behaviors
Customize product card click behavior
FireworkSDK.getInstance().shopping.onCustomTapProductCard =
(CustomTapProductCardEvent? event) async {
// Here, you could write codes to navigate to the host app page.
// For best practices on navigating to the host page,
// please consult "Navigate to the host app page" below.
}Customize shopping CTA click behavior
Customize product link button click behavior
Customize cart icon click behavior
Customize livestream link interaction click behavior
Customize livestream giveaway terms and conditions link click behavior
Customize livestream question terms and conditions link click behavior
Navigate to the host app page
PreviousCustomize product card on videos using the custom view (Flutter)NextLive Stream Support (Flutter)
Last updated
Was this helpful?