HID APPROVE SDK
5.7.1
HID APPROVE SDK for iOS
|
Transaction details. More...
#import <HIDTransactionInfo.h>
Instance Methods | |
(id< HIDContainer >) | - getContainer: |
deprecated Retrieves the container associated with that transaction. More... | |
(id< HIDTransaction >) | - getTransaction:withParams:error: |
Retrieves a transaction associated with this transaction info. More... | |
(id< HIDKey >) | - getTransactionProtectionKey: |
Retrieves the transaction protection key associated with that transaction. More... | |
(uint64_t) | - getUniqueIdentifier |
Retrieves the transaction unique identifier. More... | |
Transaction details.
- (id<HIDContainer>) getContainer: | (NSError **) | error |
deprecated Retrieves the container associated with that transaction.
error | error details. It may be nil. |
Possible error codes are:
- (id<HIDTransaction>) getTransaction: | (NSString *) | sessionPassword | |
withParams: | (NSArray *) | parameters | |
error: | (NSError **) | error | |
Retrieves a transaction associated with this transaction info.
sessionPassword | transaction protection key password (can be nil if not required by the policy) |
parameters | NSArray of HIDParameter objects required to retrieve the transaction (such as password if needed). |
error | error details. It may be nil. |
Possible error codes are:
- (id<HIDKey>) getTransactionProtectionKey: | (NSError **) | error |
Retrieves the transaction protection key associated with that transaction.
error | error details. It may be nil. |
Possible error codes are:
- (uint64_t) getUniqueIdentifier |
Retrieves the transaction unique identifier.