Hello,
In Tizen Studio web TV projects, the JS editor offers decent autocomplete / code completion for the Tizen Web Device API:
tizen.application.getCurrentApplication()
However I didn't find any way to have completion for the Samsung Product API:
- https://developer.samsung.com/tv/develop/api-references/samsung-product-api-references/webapi-api
-
example:
webapis.avplay.open(url)
Is there a way to make it work?
Thanks