BankPinScreen

public class BankPinScreen

Utilities for interacting with the Bank Pin screen.

Functions

closeBankPinSettingScreen
Link copied to clipboard
static boolean closeBankPinSettingScreen()
Closes the bank pin settings interface.
closePendingPinMessage
Link copied to clipboard
static boolean closePendingPinMessage()
Closes the message interface regarding a pending pin.
inputPin
Link copied to clipboard
static boolean inputPin()
Inputs the bank pin for the current account as per the Account Manager.
static boolean inputPin(String pin)
Inputs the bank pin.
isBankPinSettingsOpen
Link copied to clipboard
static boolean isBankPinSettingsOpen()
Determines if bank pin settings screen is open or not.
isOpen
Link copied to clipboard
static boolean isOpen()
Determines if the pin screen interface is open and visible.
isPendingPinMessageOpen
Link copied to clipboard
static boolean isPendingPinMessageOpen()
Determines if the message regarding a pending pin is open.