RGLFieldVerificationResult
This page covers the description of the RGLFieldVerificationResult enumeration
RGLFieldVerificationResult
enumeration contains identifiers determining verification and comparison of text fields.
typedef NS_ENUM(NSInteger, RGLFieldVerificationResult) {
RGLFieldVerificationResultDisabled = 0,
RGLFieldVerificationResultVerified = 1,
RGLFieldVerificationResultNotVerified = 2,
RGLFieldVerificationResultCompareTrue = 3,
RGLFieldVerificationResultCompareFalse = 4
} NS_SWIFT_NAME(FieldVerificationResult);
Constant
Description
RGLFieldVerificationResultDisabled
comparison wasn't done, result undefined
RGLFieldVerificationResultVerified
verification passed
RGLFieldVerificationResultNotVerified
verification failed
RGLFieldVerificationResultCompareTrue
positive comparison result
RGLFieldVerificationResultCompareFalse
negative comparison result
Last updated
Was this helpful?