HID APPROVE SDK
5.13
HID Approve SDK for iOS/macOS
|
Encapsulates an action extracted from an encrypted server message. More...
#import <HIDServerAction.h>
Instance Methods | |
(NSString *) | - getAction: |
Returns the nature of the action. More... | |
(NSDate *) | - getDate: |
Retrieves the date associated with requested action. More... | |
(NSDate *) | - getExpiryDate: |
Retrieves the expiration date associated with requested action. More... | |
(NSString *) | - getPayload: |
Returns an optional payload related to the request action. More... | |
(NSString *) | - toString |
Returns the message information for action. More... | |
Encapsulates an action extracted from an encrypted server message.
- (NSString*) getAction: | (NSError **) | error |
Returns the nature of the action.
error | error details. It may be nil. |
Possible error codes are:
Reimplemented in <HIDTransaction>.
- (NSDate*) getDate: | (NSError **) | error |
Retrieves the date associated with requested action.
error | error details. It may be nil. |
Possible error codes are:
Reimplemented in <HIDTransaction>.
- (NSDate*) getExpiryDate: | (NSError **) | error |
Retrieves the expiration date associated with requested action.
error | error details. It may be nil. |
Possible error codes are:
Reimplemented in <HIDTransaction>.
- (NSString*) getPayload: | (NSError **) | error |
Returns an optional payload related to the request action.
error | error details. It may be nil. |
Possible error codes are:
- (NSString*) toString |
Returns the message information for action.
Reimplemented in <HIDTransaction>.