The current status of the offline request queue.
More...
#import <RequestQueueStatus.h>
Inherits NSObject.
The current status of the offline request queue.
- Author
- Creditcall Ltd
- Copyright
- Copyright Creditcall Limited 2010 - 2018.
◆ dateTimeFormat
| - (NSString*) dateTimeFormat |
|
readnonatomicstrong |
Format of datatime strings.
◆ failedOfflineRequests
| - (NSArray*) failedOfflineRequests |
|
readnonatomicstrong |
A array of user reference for offline request which have failed to go online.
◆ numberOfFailedRequests
| - (NSDictionary*) numberOfFailedRequests |
|
readnonatomicstrong |
A dictionary mapping CEMOfflineRequestType to an NSNumber. NSNumber value represents the number of requests of that type in the failed queue.
◆ numberOfPendingRequests
| - (NSDictionary*) numberOfPendingRequests |
|
readnonatomicstrong |
A dictionary mapping CEMOfflineRequestType to an NSNumber. NSNumber value represents the number of the requests of that type in the pending queue.
◆ oldestPendingRequestDateTime
| - (NSString*) oldestPendingRequestDateTime |
|
readnonatomicstrong |
The date and time of the oldest offline requests currently in the offline queue.
◆ pendingRequestsStorageLimit
| - (NSInteger) pendingRequestsStorageLimit |
|
readnonatomicassign |
The number of offline requests allowed in the offline pending queue.
◆ pendingRequestsValueLimit
| - (NSInteger) pendingRequestsValueLimit |
|
readnonatomicassign |
The total value allowed to be stored in the offline pending queue.
◆ totalFailedValueStored
| - (NSInteger) totalFailedValueStored |
|
readnonatomicassign |
Total value of all transaction stored in the offline failed queue.
◆ totalNumberOfFailedRequires
| - (NSInteger) totalNumberOfFailedRequires |
|
readnonatomicassign |
Total number of requests in the offline failed queue.
◆ totalNumberOfPendingRequests
| - (NSInteger) totalNumberOfPendingRequests |
|
readnonatomicassign |
Total number of requests in the offline pending queue.
◆ totalPendingValueStored
| - (NSInteger) totalPendingValueStored |
|
readnonatomicassign |
Total value of all transactions stored in the offline pending queue.
◆ valueOfFailedRequests
| - (NSDictionary*) valueOfFailedRequests |
|
readnonatomicstrong |
A dictionary mapping CEMOfflineReqyestType to an NSNumber. NSNumber value represents the value of all requests of that type in the pending queue.
◆ valueOfPendingRequests
| - (NSDictionary*) valueOfPendingRequests |
|
readnonatomicstrong |
A dictionary mapping CEMOfflineRequestType to an NSNumber. NSNumber value represents the value of all requests of that type in the pending queue.
The documentation for this class was generated from the following file: