HID APPROVE SDK  5.12
HID Approve SDK for iOS/macOS
 All Classes Files Functions Variables Enumerations Enumerator Properties Pages
HIDPasswordPromptResult Class Reference

Represents the requested password information for a HIDPasswordPromptEvent. More...

#import <HIDProgressListener.h>

Inheritance diagram for HIDPasswordPromptResult:
HIDEventResult

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.
 

Detailed Description

Represents the requested password information for a HIDPasswordPromptEvent.

See also
HIDProgressListener

Method Documentation

- (instancetype) initWithCode: (enum HIDEventResultCode code
andPassword: (NSString *)  pwd 

Initialize instance with HIDEventResultCode value.

Parameters
codeHIDEventResultCode value
pwdPassword value
Returns
HIDPasswordPromptResult instance.