|
ChipDna Mobile
|
This interface should be used to listen during interaction with SOAPTransactionHistory.
More...
#import <SOAPDelegate.h>
Inherits <NSObject>.
Instance Methods | |
| (void) | - retrievedTransactions:error: |
| (void) | - retrievedTransaction:error: |
| (void) | - retrievedTransactionStatistics:error: |
This interface should be used to listen during interaction with SOAPTransactionHistory.
The listener is informed when logins are completed, transaction as retrieved, etc and returns the requested data.
|
required |
Invoked when the transaction has been retrieved.
| transaction | Transaction returned from the request. It will be nil if an error occurred. |
| error | Error code generated during the request. It will contain error if the SOAP request was unsuccessful or some other error occurred. It will be nil otherwise. Error codes are defined in {link ConnectionErrorCode} and SOAPErrorCode. |
|
required |
Invoked when the list of the transactions has been retrieved.
| transactions | An NSArray containing SOAPTransaction objects. An array will be nil if an error occurred. |
| error | Error code generated during the request. It will contain error if the SOAP request was unsuccessful or some other error occurred. It will be nil otherwise. Error codes are defined in {link ConnectionErrorCode} and SOAPErrorCode. |
|
required |
Invoked when the transaction statistics have been retrieved.
| transactionStatistics | An NSArray containing SOAPTransactionStatistics objects. An array will be nil if an error occurred. |
| error | Error code generated during the request. It will contain error if the SOAP request was unsuccessful or some other error occurred. It will be nil otherwise. Error codes are defined in {link ConnectionErrorCode} and SOAPErrorCode. |