# launchOptions
Dictionary describing the arguments passed to the application on startup. Use the getArguments method to retrieve the launch options.
NOTE
This is an abstract type. Any object of this structure can be used where this type is used.
# Properties
# launchOptionsLocationKey
launchOptionsLocationKey :Boolean
If set to true
, this key indicates that the application was launched in response to an
incoming location event.
Default: false
# source
source :String
This key indicates that the application was launched by another application with the specified bundle ID.
# url
url :String
This key indicates that the application was launched in order to open the specified URL.