EMSecureInputUiOnFinish Block Reference

Declared in EMSecureInputBuilderV2.h
Availability 4.4

Block Definition

EMSecureInputUiOnFinish

This callback method will return first and second PIN

And please take note that the clear text of passwords are not able to be extracted from [EMPinAuthInput](../Protocols/EMPinAuthInput.html) objects in callback.

  • 'firstPin' The first (default) PIN that user entered. In the single-entry mode, this is the only variable that would be returned.
  • 'secondPin' In the double-entry mode, this second PIN is returned along with the first PIN. Note that there is NO guarantee that the two PINs entered are the same.
typedef void (^EMSecureInputUiOnFinish) (id <, EMPinAuthInput >, firstPin , id <, EMPinAuthInput >, secondPin )

Availability

4.4

Declared In

EMSecureInputBuilderV2.h