How to redirect to the application from the smart hub preview?

Hi,

I have implemented the smart hub preview and displayed the images, text, and description. I am stuck with navigating to the preview content after clicking the preview image on the smart hub section. Please assist with how the URL of the preview content is passed in the JSON data.

Thanks

Here’s how we do it:

window.addEventListener(‘appcontrol’, deeplinkService.checkTizenData);

checkTizenData() {
var reqAppControl = tizen.application.getCurrentApplication().getRequestedAppControl();
if (reqAppControl) {
var data = reqAppControl.appControl.data;