Customize click behaviors (iOS)
Customize video overlay CTA button click behavior
FireworkVideoSDK.ctaDelegate = <FireworkVideoCTADelegate delegate>func handleCustomCTAClick(
_ viewController: PlayerViewController,
url: URL,
for video: VideoDetails
) -> Bool {
// 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.
// Return true to customize video overlay CTA button click behavior
return true
}Customize click behaviors for shopping
Customize product card click behavior
Customize shopping CTA click behavior
Customize product link button click behavior
Customize cart icon click behavior
Custom livestream link interaction click behavior
Customize social attribution click behavior
Navigate to the host app page
Present the host app page
Use the host app navigation controller to push the host app page
Last updated
Was this helpful?