RGLCheckResult
This page covers the description of the RGLCheckResult enumeration
RGLCheckResult
enumeration contains identifiers determining the result of a single document security check.
typedef NS_ENUM(NSInteger, RGLCheckResult) {
RGLCheckResultError = 0,
RGLCheckResultOk = 1,
RGLCheckResultWasNotDone = 2
} NS_SWIFT_NAME(CheckResult);
Constant
Description
RGLCheckResultError
check wasn't passed
RGLCheckResultOk
check passed
RGLCheckResultWasNotDone
check wasn't carried out
Last updated
Was this helpful?