I wondered if the App on Samsung TV can receive the post data in below DIAL command.
curl --verbose -L ‘http://192.168.32.99:8001/api/v2/applications/{app_id}’ -X POST -H ‘Content-Type: application/json’ --data-raw ‘{“values”:“{"contentId":"content_id=100028262, source=source, medium=medium, campaign=campaign, content_type=vod"}”}’
we are using
tizen.application.getCurrentApplication().getRequestedAppControl().appControl.data
if the dial post data doesn’t support yet. what’s the appropriate way to pass the data to app via DIAL or something else?