HID APPROVE SDK
5.7.1
HID APPROVE SDK for iOS
|
Represents the result of the HIDPasswordPromptEvent processing. More...
#import <HIDProgressListener.h>
Instance Methods | |
(instancetype) | - initWithCode:andPassword: |
Initialize instance with HIDEventResultCode value. More... | |
Instance Methods inherited from HIDEventResult | |
(instancetype) | - initWithCode: |
Initialize instance with HIDEventResultCode value. More... | |
Properties | |
NSString * | password |
Password corresponding to HIDPasswordPromptEvent. | |
Properties inherited from HIDEventResult | |
enum HIDEventResultCode | code |
Event Result Code. | |
Represents the result of the HIDPasswordPromptEvent processing.
- (instancetype) initWithCode: | (enum HIDEventResultCode) | code | |
andPassword: | (NSString *) | pwd | |
Initialize instance with HIDEventResultCode value.
code | HIDEventResultCode value |
pwd | Password value |