PINEvent

public enum PINEvent

The type of events when New/Confirm PIN entered.

Since

3.3.0
  • The event for New PIN entry length reached

    Declaration

    Swift

    case firstEntryFinish
  • The event for mismatch in New & Confirm PIN when length reached

    Declaration

    Swift

    case pinMismatch
  • The event for match in New & Confirm PIN when length reached

    Declaration

    Swift

    case pinMatch