Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
I have an interface (contentnode) and it has a call back function. I need to change a field (ID). But whenever I am changing the id the call back function is calling. How can I stop calling the callback function? I have tried unobservefield and then set the ID field and again observe back. But it is not working.