Titanium Community Questions & Answer Archive

We felt that 6+ years of knowledge should not die so this is the Titanium Community Questions & Answer Archive

Titanium.App.getArguments

Does anyone knows where to find more documentation on

Titanium.App.getArguments

?

Thanks!

— asked August 16th 2010 by Peter Lum
  • titanium.app.getarguments
0 Comments

1 Answer

  • Here is a common usage:

    Ti.App.addEventListener('resumed',function() {
        Ti.API.info( Ti.App.getArguments() );
    });
    
    — answered January 10th 2011 by Matthew Delmarter
    permalink
    0 Comments
The ownership of individual contributions to this community generated content is retained by the authors of their contributions.
All trademarks remain the property of the respective owner.