EMSecureInputUi Protocol Reference
| Conforms to | NSObject |
|---|---|
| Declared in | EMSecureInputUi.h |
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 *viewControllerAvailability
4.4
Declared In
EMSecureInputUi.h
keypadView
required method
The secure input UI keypad view.
@property (readonly, nonatomic) UIView *keypadViewAvailability
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 selectedInputFieldIndexAvailability
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 secureKeypadViewRectAvailability
4.4
Declared In
EMSecureInputUi.h
customUiDelegate
required method
Secure input custom UI delegate.
@property (nonatomic, assign) id<EMSecureInputCustomUiDelegate> customUiDelegateAvailability
4.4
Declared In
EMSecureInputUi.h
– simulateOkButtonPress
required method
Simulate OK Button Press.
- (void)simulateOkButtonPressAvailability
5.0
Declared In
EMSecureInputUi.h
– clearInputText
required method
Clears the text field.
- (void)clearInputTextAvailability
5.0
Declared In
EMSecureInputUi.h
– simulateDeleteButtonPress
required method
Simulate Delete Input Button Press.
- (void)simulateDeleteButtonPressAvailability
5.0
Declared In
EMSecureInputUi.h