EMSecureInputCustomUiDelegate Protocol Reference

Conforms to NSObject
Declared in EMSecureInputCustomUiDelegate.h

Overview

Secure input custom UI delegate.

– secureInputUi:keyPressedCountChanged:forInputField: required method

Secure input UI key pressed count changed event.

- (void)secureInputUi:(id)caller keyPressedCountChanged:(NSInteger)count forInputField:(NSInteger)inputFieldIndex

Parameters

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)inputFieldIndex

Parameters

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)caller

Parameters

caller

caller.

Availability

4.4

Declared In

EMSecureInputCustomUiDelegate.h

– secureInputUiDeleteButtonPressed: required method

Secure input UI on Delete button pressed.

- (void)secureInputUiDeleteButtonPressed:(id)caller

Parameters

caller

caller.

Availability

4.4

Declared In

EMSecureInputCustomUiDelegate.h