|
HID APPROVE SDK
5.11
HID Approve SDK for iOS/macOS
|
Represents the requested password information for a HIDPasswordPromptEvent. 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 requested password information for a HIDPasswordPromptEvent.
| - (instancetype) initWithCode: | (enum HIDEventResultCode) | code | |
| andPassword: | (NSString *) | pwd | |
Initialize instance with HIDEventResultCode value.
| code | HIDEventResultCode value |
| pwd | Password value |