public interface SecureInputUi
Supplies the secure input dialog fragment.
Allows the application to interact with keypad via methods.
| Modifier and Type | Method and Description | 
|---|---|
void | 
clearInputText()
Method to Clears the user entered text in text fields. 
 | 
android.support.v4.app.DialogFragment | 
getDialogFragment()
Retrieves the dialog fragment which can either be displayed as a dialog or embedded into
 screen as component. 
 | 
void | 
selectInputField(int inputField)
This method should be called when the selected input field on the custom top UI is changed. 
 | 
void | 
simulateDeleteButtonPress()
This method Simulates a touch event for the secure keypad Delete button,
 when a call is made from application outside of secure keypad layout 
 | 
void | 
simulateOkButtonPress()
This method Simulates a touch event for the secure keypad Ok button,
 when a call is made from application outside of secure keypad layout 
 | 
android.support.v4.app.DialogFragment getDialogFragment()
null.void selectInputField(int inputField)
SecurePinpadListenerV2.onInputFieldSelected(int) method) to be triggered.inputField - The index of the input field. For first input field is 0, for second input field is 1.void simulateOkButtonPress()
void simulateDeleteButtonPress()
void clearInputText()