ORKDataLoggerManagerTests Class Reference
Inherits from | XCTestCase |
---|---|
Conforms to | ORKDataLoggerManagerDelegate |
Declared in | ORKDataLoggerManagerTests.m |
– dataLoggerManager:pendingUploadBytesReachedThreshold:
Called by the data logger manager when the total size of files that are not marked uploaded has reached a threshold.
- (void)dataLoggerManager:(ORKDataLoggerManager *)dataLogger pendingUploadBytesReachedThreshold:(unsigned long long)pendingUploadBytes
Parameters
dataLoggerManager |
The manager that produced the notification. |
---|---|
pendingUploadBytes |
The number of bytes managed by all the loggers, which have not yet been marked uploaded. |
Declared In
ORKDataLogger.h
– dataLoggerManager:totalBytesReachedThreshold:
Called by the data logger manager when the total size of files managed by any of the loggers has reached a threshold.
- (void)dataLoggerManager:(ORKDataLoggerManager *)dataLogger totalBytesReachedThreshold:(unsigned long long)totalBytes
Parameters
dataLoggerManager |
The manager that produced the notification. |
---|---|
totalBytes |
The total number of bytes of all files managed. |
Declared In
ORKDataLogger.h