NimbusKit
1.2.1 - Fork Nimbus on Github - Visit the Nimbus Wiki
The iOS framework that grows only as fast as its documentation
|
A device log entry.
Tasks | |
Entry Information | |
unsigned long long | bytesOfFreeMemory property |
unsigned long long | bytesOfTotalMemory property |
unsigned long long | bytesOfFreeDiskSpace property |
unsigned long long | bytesOfTotalDiskSpace property |
CGFloat | batteryLevel property |
UIDeviceBatteryState | batteryState property |
Entry Information | |
NSDate * | timestamp property |
Creating an Entry | |
(id) | - initWithTimestamp: |
The number of bytes of free memory.
The number of bytes of total memory.
The number of bytes of free disk space.
The number of bytes of total disk space.
The battery level.
The state of the battery.
The timestamp for this log entry.
Designated initializer.