purgetss
Version:
A package that simplifies mobile app creation for Titanium developers.
7 lines • 348 B
Markdown
```css
// Property: launchOptionsLocationKey
// Description: If set to true, this key indicates that the application was launched in response to an incoming location event.
// Component(s): launchOptions
'.launch-options-location-key': { launchOptionsLocationKey: true }
'.launch-options-location-key-false': { launchOptionsLocationKey: false }
```