UNPKG

purgetss

Version:

A package that simplifies mobile app creation for Titanium developers.

7 lines 352 B
```css // Property: updateCurrentIntent // Description: If this property is true, flag Titanium.Android.FLAG_UPDATE_CURRENT will be appended to flags automatically. Default value is true. // Component(s): Ti.Android.PendingIntent '.update-current-intent': { updateCurrentIntent: true } '.update-current-intent-false': { updateCurrentIntent: false } ```