NMAPinChangeHandler

@objc
public protocol NMAPinChangeHandler : NMACancelableHandler

The object handling the old and new PIN provided by the end-user.

  • Specify the old PIN and the new PIN. To change a PIN, the SDK requires to provide the old PIN. When this method is invoked, the SDK will validate the provided PINs.

    Declaration

    Swift

    func pins(oldPin: String, newPin: String)

    Parameters

    oldPin

    the old PIN.

    newPin

    the new PIN.