Skip to content

Titanium.App.launchOptions

Dictionary describing the arguments passed to the application on startup. Use the getArguments method to retrieve the launch options.

Properties #

launchOptionsLocationKey#

Type: Boolean

If set to true, this key indicates that the application was launched in response to an
incoming location event.

source#

Type: String

This key indicates that the application was launched by another
application with the specified bundle ID.

url#

Type: String

This key indicates that the application was launched in order to open
the specified URL.

Titanium SDK Documentation