ChipDna Mobile
Loading...
Searching...
No Matches
Properties | List of all members
RequestQueueStatus Class Reference

The current status of the offline request queue. More...

#import <RequestQueueStatus.h>

Inherits NSObject.

Properties

NSString * dateTimeFormat
 
NSInteger totalNumberOfPendingRequests
 
NSInteger totalNumberOfFailedRequires
 
NSInteger pendingRequestsStorageLimit
 
NSInteger totalPendingValueStored
 
NSInteger totalFailedValueStored
 
NSInteger pendingRequestsValueLimit
 
NSString * oldestPendingRequestDateTime
 
NSDictionary * numberOfPendingRequests
 
NSDictionary * numberOfFailedRequests
 
NSDictionary * valueOfPendingRequests
 
NSDictionary * valueOfFailedRequests
 
NSArray * failedOfflineRequests
 

Detailed Description

The current status of the offline request queue.

Author
Creditcall Ltd

Property Documentation

◆ 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: