Frage

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.

War es hilfreich?

Lösung

you can save login information in Titanium.App.Properties

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top