Hello everybody.
I'm novice to Roku and BrightScript, so, my question in very simple.
How to pass some data to the component? What is regular way to it?
The constructor, init() method, can't has any parameters.
This page https://sdkdocs.roku.com/display/sdkdoc/Component+Functions says that component can gave only two built-in methods. Really? Is so, I can't add my own methods.
I had dig in the documentation and samples, but didn't find the answer.