UNPKG

purgetss

Version:

A package that simplifies mobile app creation for Titanium developers.

10 lines 436 B
```css // Property: networkType // Description: Network type value as a constant. // Component(s): Ti.Network '.network-type-lan': { networkType: Ti.Network.NETWORK_LAN } '.network-type-mobile': { networkType: Ti.Network.NETWORK_MOBILE } '.network-type-none': { networkType: Ti.Network.NETWORK_NONE } '.network-type-unknown': { networkType: Ti.Network.NETWORK_UNKNOWN } '.network-type-wifi': { networkType: Ti.Network.NETWORK_WIFI } ```