We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello fellows, I noticed there is an error using new changes on the mParticleCore.brs.
This commit 3bb84c0 doesn't include change from: info = CreateObject("roAppInfo")
info = CreateObject("roAppInfo")
to: info = CreateObject("roDeviceInfo")
info = CreateObject("roDeviceInfo")
Line 577 and line 903.
The GetOSVersion() is not the part of the roAppInfo object, it is a part of a roDeviceInfo object.
GetOSVersion()
roAppInfo
roDeviceInfo
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Also happening on my side. GetOSVersion() is not part of the roAppInfo interface.
Sorry, something went wrong.
No branches or pull requests
Hello fellows, I noticed there is an error using new changes on the mParticleCore.brs.
This commit 3bb84c0 doesn't include change from:
info = CreateObject("roAppInfo")
to:
info = CreateObject("roDeviceInfo")
Line 577 and line 903.
The
GetOSVersion()
is not the part of theroAppInfo
object, it is a part of aroDeviceInfo
object.Thanks in advance!
The text was updated successfully, but these errors were encountered: