RFSLivenessStatus
Objective-C
enum RFSLivenessStatus : NSUInteger {}
Swift
enum LivenessStatus : UInt, @unchecked Sendable
The status of the Liveness processing.
-
The liveness check is passed successfully.
Declaration
Objective-C
RFSLivenessStatusPassedSwift
case passed = 0 -
The liveness check result is unknown.
Declaration
Objective-C
RFSLivenessStatusUnknownSwift
case unknown = 1