TypeView

enum TypeView

Enum that represents the different pages in the app.

  • Represents the main view.

    Declaration

    Swift

    case main
  • Represents the QR scanner view.

    Declaration

    Swift

    case qrScannerView
  • Represents the clear data view.

    Declaration

    Swift

    case clearDataView
  • Represents the person detail view.

    Declaration

    Swift

    case personDetialView
  • Represents passive face capture view.

    Declaration

    Swift

    case passiveFaceCaptureView
  • Represents the QR generator view.

    Declaration

    Swift

    case qrGeneratorView
  • Represents the QR detail view.

    Declaration

    Swift

    case qrDetailView
  • Represents the active face capture view.

    Declaration

    Swift

    case ActiveFaceCaptureView