inputPin

open fun inputPin(): Boolean

Inputs the bank pin for the current account as per the Account Manager.

Return

True if the pin was passed. False otherwise.


open fun inputPin(pin: String): Boolean

Inputs the bank pin.

Return

True if the pin was passed. False otherwise.

Parameters

pin

The 4 digit pin in string form. Ex: "1234".