Ti.App.getArguments() missing in SDK 10.x #12801
Answered
by
ewanharris
caspahouzer
asked this question in
Q&A
-
I tried SDK 10 to get use of Now I'm missing https://titaniumsdk.com/api/titanium/app.html#getarguments It's not deprecated as I can see in the docs. It's also not in the |
Beta Was this translation helpful? Give feedback.
Answered by
ewanharris
May 11, 2021
Replies: 1 comment 1 reply
-
@caspahouzer, does |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
caspahouzer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@caspahouzer, does
Ti.App.arguments
work ok for you? Personally, I think this might be on where we should view the docs as invalid instead of the runtime as (refactoring cost aside) there is not much value in maintaining a getter for something that functions ok as a property