Customize click behaviors (React Native)
Customize video overlay CTA button click behavior
FireworkSDK.getInstance().onCustomCTAClick = async (event) => {
// 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 = async (event) => {
// 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 product link button click behavior
Customize livestream link interaction click behavior
Navigate to the host app page
PreviousCustomize product card on videos using the custom view (React Native)NextShopping (React Native)
Last updated
Was this helpful?