Protocols

The following protocols are available globally.

  • Data source of field validation

    See more

    Declaration

    Swift

    public protocol FieldValidationDataSource : AnyObject
  • Methods for managing validation process for a single field

    See more

    Declaration

    Swift

    public protocol FieldValidationDelegate : AnyObject
  • Protocol which declares the public interfaces on the FieldValidation. This service can use to validate a single field.

    See more

    Declaration

    Swift

    public protocol FieldValidationProtocol
  • Methods for managing validation process for a whole form

    See more

    Declaration

    Swift

    public protocol FormValidatorDelegate : AnyObject
  • Data source of form validator

    See more

    Declaration

    Swift

    public protocol FormValidatorDataSource : AnyObject
  • This protocol contains the public properties and methods of the Form Validation to implement the validation strategy.

    See more

    Declaration

    Swift

    public protocol FormValidatorProtocol
  • ValigatorProtocol is a protocol which declares the public interfaces on the Valigator. This service can use to validate single fields or a list of input fields.

    See more

    Declaration

    Swift

    public protocol ValigatorProtocol
  • Protocol that declares the methods for validation service delegate

    See more

    Declaration

    Swift

    public protocol ValigatorDelegate : AnyObject
  • Protocol that declares the methods for validation service data source

    See more

    Declaration

    Swift

    public protocol ValigatorDataSource : AnyObject
  • This protocol contains the public properties and functions for a specific validation rule for a single field.

    See more

    Declaration

    Swift

    public protocol ValidationRuleProtocol