UNPKG

purgetss

Version:

A package that simplifies mobile app creation for Titanium developers.

7 lines 423 B
```css // Property: startMode // Description: One of the START_* constants from Titanium.Android to specify the "stickiness" of the Service when Android shuts down the host application. // Component(s): ServiceIntentOptions '.start-mode-not-sticky[platform=android]': { startMode: Ti.Android.START_NOT_STICKY } '.start-mode-redeliver-intent[platform=android]': { startMode: Ti.Android.START_REDELIVER_INTENT } ```