Hello All,
I am trying to create ComponentLibrary for ROKU.
https://sdkdocs.roku.com/display/sdkdoc/ComponentLibrary
I have followed sample and able to run sample app.
Now I am trying to add onKeyEvent in library.
---
Function onKeyEvent(key as String, press as Boolean) as Boolean
---
But when I press key, I am not receiving anything.
Can you please help as I am stuck, how we will get onKeyEvent in component library.
Thanks,
Hardik