purgetss
Version:
A package that simplifies mobile app creation for Titanium developers.
7 lines • 333 B
Markdown
```css
// Property: remoteNotificationsEnabled
// Description: Indicates whether push notifications have been enabled using registerForPushNotifications.
// Component(s): Ti.Network
'.remote-notifications-enabled': { remoteNotificationsEnabled: true }
'.remote-notifications-enabled-false': { remoteNotificationsEnabled: false }
```