purgetss
Version:
A package that simplifies mobile app creation for Titanium developers.
7 lines • 361 B
Markdown
```css
// Property: authenticationRequired
// Description: Set to true if the action requires the device to be unlocked. On the Apple Watch actions never require authentication.
// Component(s): Ti.App.iOS.UserNotificationAction
'.authentication-required': { authenticationRequired: true }
'.authentication-required-false': { authenticationRequired: false }
```