HID APPROVE SDK  5.7.1
HID APPROVE SDK for iOS
 All Classes Files Functions Variables Enumerations Enumerator Properties Pages
HIDPasswordPromptResult Class Reference

Represents the result of the HIDPasswordPromptEvent processing. 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 result of the HIDPasswordPromptEvent processing.

Method Documentation

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

Initialize instance with HIDEventResultCode value.

Parameters
codeHIDEventResultCode value
pwdPassword value
Returns
HIDPasswordPromptResult instance.

The documentation for this class was generated from the following file: