userNavigatedToApp

abstract fun userNavigatedToApp(url: String)

Called when a user taps on an action button within a Story page that is configured to navigate to a specific location within the integrating application. It handles deep link type actions which can be set in CMS. For more information on handling navigation to your app, see the Navigating to Your App Documentation.

Parameters

url

The URL string (often a deep link or custom scheme) that the application should handle for navigation.