I'm integrating RAF with server side ads. I've followed the docs to the letter, but for some reason when I press the BACK button on the remote during an ad, the screen goes black and "Ad 1 of 1" is stuck in the upper left hand corner. I don't see any methods in RAF that allow me to close ...
I believe currently the ad performance reporting per publisher is limited but AdOps should be able to set you up with a daily report of the number of ads served and give approx. idea of the CPM.
Thanks Enterr. I suppose the point is - if you're using a task node, only run one of each type at a time if you require a callback for it or if it needs to complete in a specific order. I believe you can run multiple instances of the same Task-extending component - but for the event handlers to di...
I did try using a variable to pass along in the callback for an observer and it fails - I would think this ought to work but it doesn't. ... m.b1.observeField("buttonSelected","ButtonHandler (m.b1.id) ") Yeah... but no. Kudos for the thinking and trying it - but that's not how o...
That very much depends on what you are doing - but read https://sdkdocs.roku.com/display/sdkdoc ... +Framework In the simplest case it's just a few lines of code - but can get very complicated/advanced/flexible if needed
Trackback from http://stackoverflow.com/questions/43630919 [...] we got two identical: 4200X Roku 3, v 7.5.0 build 4099-04 - both behaves identically Note the "sunsetting" timetable at https://blog.roku.com/developer/2017/02/01/legacy-sdk/ roImageCanvas is not disappearing soon, albeit af...
My understanding is that the easiest way to handle different "logical" scenes in the current implementation of RSG is not to create multiple custom components inheriting from Scene - but instead to have only 1 Scene and under it attach different non-scene components representing your diffe...
I was originally trying to send a json object as the request body, then use .postFromString(), and that was not working (sending as a POST instead of as a DELETE).
Can you clarify please - are you saying that .getToString() honors prior .setRequest() but .postFromString() overrides it?
Yes, that is a limitation of RSG. Node fields do not support function types in any way - regardless if direct or deeply-nested in roAA/roArray. Current implementation strips them silently on assignment.
You can still pass it around just as OOP thought you, as long as you don't have to cross threads (main v render v task) - then things get more funky. Still doable but you would have to get rather specific what/where/how you want to pass around
There is no such way. The established practice is to publish a private channel and share the access/vanity code with the other party. They don't get to see the bundle this way - but even if they did, it would do them no good since it is (strongly) encrypted