| HID APPROVE SDK
    5.7.1
    HID APPROVE SDK for iOS | 
Action details. More...
#import <HIDServerActionInfo.h>
| Instance Methods | |
| (id< HIDServerAction >) | - getAction:withParams:error: | 
| Extracts the action data associated with this action info.  More... | |
| (id< HIDContainer >) | - getContainer: | 
| Retrieves the container associated with that action.  More... | |
| (id< HIDKey >) | - getProtectionKey: | 
| Retrieves the protection key associated with that action.  More... | |
| (NSString *) | - getUniqueIdentifier | 
| Retrieves the action unique identifier.  More... | |
Action details.
| - (id<HIDServerAction>) getAction: | (NSString *) | sessionPassword | |
| withParams: | (NSArray *) | parameters | |
| error: | (NSError **) | error | |
Extracts the action data associated with this action info.
| sessionPassword | protection key password (can be nil if not required by the policy) | 
| parameters | Reserved for future use. | 
| error | error details. It may be nil. | 
Possible error codes are:
| - (id<HIDContainer>) getContainer: | (NSError **) | error | 
Retrieves the container associated with that action.
| error | error details. It may be nil. | 
Possible error codes are:
| - (id<HIDKey>) getProtectionKey: | (NSError **) | error | 
Retrieves the protection key associated with that action.
| error | error details. It may be nil. | 
Possible error codes are:
| - (NSString*) getUniqueIdentifier | 
Retrieves the action unique identifier.