Hello,
We are having issues with Roku ads framework. When an ad is playing, we are able to pause the ads but no indicator shows up. We want to be able to override the RAF onKeyEvent function and make it so that ads cannot be paused. Does anyone have an idea how we can cleanly do this? Here is the event we get when we pause during ad playback:
[RAF] render.onKeyEvent("play", true): 13
I noticed that the RAF sample app from Roku also pauses without any indication when ads are playing. Maybe it's intentional behaviour?
Thanks!