EMSecureInputCustomUiDelegate Protocol Reference
| Conforms to | NSObject |
|---|---|
| Declared in | EMSecureInputCustomUiDelegate.h |
– secureInputUi:keyPressedCountChanged:forInputField:
required method
Secure input UI key pressed count changed event.
- (void)secureInputUi:(id)caller keyPressedCountChanged:(NSInteger)count forInputField:(NSInteger)inputFieldIndexParameters
caller |
caller. |
|---|---|
count |
number of key pressed count for the following input field. |
inputFieldIndex |
input field index. Input field index 0 for first input field, and 1 for second input field. |
Availability
4.4
Declared In
EMSecureInputCustomUiDelegate.h
– secureInputUi:selectedInputFieldChanged:
required method
Secure input UI selected input field changed event.
- (void)secureInputUi:(id)caller selectedInputFieldChanged:(NSInteger)inputFieldIndexParameters
caller |
caller. |
|---|---|
inputFieldIndex |
input field index. Input field index 0 for first input field, and 1 for second input field. |
Availability
4.4
Declared In
EMSecureInputCustomUiDelegate.h
– secureInputUiOkButtonPressed:
required method
Secure input UI on OK button pressed.
- (void)secureInputUiOkButtonPressed:(id)callerParameters
caller |
caller. |
|---|
Availability
4.4
Declared In
EMSecureInputCustomUiDelegate.h
– secureInputUiDeleteButtonPressed:
required method
Secure input UI on Delete button pressed.
- (void)secureInputUiDeleteButtonPressed:(id)callerParameters
caller |
caller. |
|---|
Availability
4.4
Declared In
EMSecureInputCustomUiDelegate.h