RGLCheckResult
The RGLCheckResult
enumeration contains identifiers that determine 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 |