How can I reach parent module variable from "required" module in Titanium?

98 views Asked by At

I want to reach login information from submodules. How can I From subModules can we reach parent module's, callee's variables?

I take out of function wrapped like

loginInformation = { logged:false, name:'', surname:'' }

It gave "not function" error.

1

There are 1 answers

0
Muhammad Adnan On BEST ANSWER

you can save login information in Titanium.App.Properties