File size: 539 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
# System
Provides details of the host system. These details are then sent to Calypso so it has some knowledge of where it is running.
## General functions
`getDetails()` - returns detail object
Where:
- `pinned` - true if app is pinned to the dock (OS X only, other platforms return false)
- `installed` - true if app is installed, false otherwise (OS X only, other platforms return true)
- `platform` - returns `windows`, `darwin`, or `linux`
- `firstRun` - returns true if this is the first time the app has run, false otherwise
|