ChipDna Mobile
Loading...
Searching...
No Matches
Instance Methods | List of all members
<SOAPDelegate> Protocol Reference

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:
 

Detailed Description

This interface should be used to listen during interaction with SOAPTransactionHistory.

Author
Creditcall Ltd

The listener is informed when logins are completed, transaction as retrieved, etc and returns the requested data.

Method Documentation

◆ retrievedTransaction:error:

- (void) retrievedTransaction: (SOAPExtendedTransaction *)  transaction
error: (NSString *)  error 
required

Invoked when the transaction has been retrieved.

Parameters
transactionTransaction returned from the request. It will be nil if an error occurred.
errorError 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.

◆ retrievedTransactions:error:

- (void) retrievedTransactions: (NSArray *)  transactions
error: (NSString *)  error 
required

Invoked when the list of the transactions has been retrieved.

Parameters
transactionsAn NSArray containing SOAPTransaction objects. An array will be nil if an error occurred.
errorError 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.

◆ retrievedTransactionStatistics:error:

- (void) retrievedTransactionStatistics: (NSArray *)  transactionStatistics
error: (NSString *)  error 
required

Invoked when the transaction statistics have been retrieved.

Parameters
transactionStatisticsAn NSArray containing SOAPTransactionStatistics objects. An array will be nil if an error occurred.
errorError 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.

The documentation for this protocol was generated from the following file: