Titanium.App.resume

Event of Titanium.App.
Platform Since
iPhone 0.1
iPad 0.1

Summary

fired when an iOS application will enter the foreground due to iOS 4's multitasking. This does not include pauses due to notifications or calls. See applicationWillEnterForeground for the exact behavior that triggers this event.

Properties

Properties of the object passed to the event callback:
Name Type Summary
source Object

Source object that fired the event.

type String

Name of the event fired.