Hi, I’d like to use the ifPosterScreen.SetFocusToFilterBanner(boolean) function which is available since framework version 3.0. However, I need my channel to run on version 2 as well. Is it possible to determine at run-time which version is being used, so that I can make sure I’m only calling the function when it actually exists?
There shouldn’t be any devices in the wild running firmware version 2. The Roku 1s run version 3.1 and all current generation Rokus run version 5.0.
That being said, you can check the firmware version via the GetVersion() method of roDeviceInfo: http://sdkdocs.roku.com/display/sdkdoc/ … onasString
“TheEndless” wrote:
There shouldn’t be any devices in the wild running firmware version 2. The Roku 1s run version 3.1 and all current generation Rokus run version 5.0.That being said, you can check the firmware version via the GetVersion() method of roDeviceInfo: http://sdkdocs.roku.com/display/sdkdoc/ … onasString
Excellent. Thank you ![]()
