EMSecureInputUi Protocol Reference

Conforms to NSObject
Declared in EMSecureInputUi.h

Overview

It contains all the information needed for the secure input UI.

  viewController required method

The secure input UI view controller can be fed into a navigation controller or presented as a modal view controller in the current view.

@property (readonly, nonatomic) UIViewController *viewController

Availability

4.4

Declared In

EMSecureInputUi.h

  keypadView required method

The secure input UI keypad view.

@property (readonly, nonatomic) UIView *keypadView

Availability

4.8

Declared In

EMSecureInputUi.h

  selectedInputFieldIndex required method

It only useful for custom top UI. It contains information about the selected input field index. Application developer could then use the value to draw the custom top UI. Change the value if the selected input field on the custom top UI is changed.

@property (nonatomic, assign) NSInteger selectedInputFieldIndex

Availability

4.4

Declared In

EMSecureInputUi.h

  secureKeypadViewRect required method

Secure input UI keypad view rectangle. Application developer could use the rectangle information to draw the keypad on screen respectively.

@property (readonly, nonatomic) CGRect secureKeypadViewRect

Availability

4.4

Declared In

EMSecureInputUi.h

  customUiDelegate required method

Secure input custom UI delegate.

@property (nonatomic, assign) id<EMSecureInputCustomUiDelegate> customUiDelegate

Availability

4.4

Declared In

EMSecureInputUi.h

– simulateOkButtonPress required method

Simulate OK Button Press.

- (void)simulateOkButtonPress

Availability

5.0

Declared In

EMSecureInputUi.h

– clearInputText required method

Clears the text field.

- (void)clearInputText

Availability

5.0

Declared In

EMSecureInputUi.h

– simulateDeleteButtonPress required method

Simulate Delete Input Button Press.

- (void)simulateDeleteButtonPress

Availability

5.0

Declared In

EMSecureInputUi.h