pinChanger abstract method

PinChange pinChanger(
  1. PinChanger pinChanger
)

Specifies the object that will be informed of the potential recoverable errors and is responsible for obtaining the PIN from the end-user.

IMPORTANT
Providing the PIN changer is required.

Params:

Returns: a PinChange object.

Implementation

PinChange pinChanger(PinChanger pinChanger);