launchOptions

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

  • 0.8
  • 0.8
  • 0.8

NOTE This is an abstract type. Any object meeting this description can be used where this type is used.

Defined By

Properties

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

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

Default: false

launchOptions
source : String

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

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

launchOptions
url : String

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

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