RFSLivenessStepSkip
Objective-C
NS_OPTIONS(NSUInteger, RFSLivenessStepSkip) {
RFSLivenessStepSkipNone = 0, // default
RFSLivenessStepSkipOnboarding = 1 << 0, // don't show liveness onboarding screen
RFSLivenessStepSkipSuccess = 1 << 1 // don't show liveness success screen
}
Swift
struct RFSLivenessStepSkip : OptionSet, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
RFSLivenessStepSkipNone = 0
-
Undocumented
Declaration
Objective-C
RFSLivenessStepSkipOnboarding = 1 << 0
Swift
static var onboarding: RFSLivenessStepSkip { get }
-
Undocumented
Declaration
Objective-C
RFSLivenessStepSkipSuccess = 1 << 1
Swift
static var success: RFSLivenessStepSkip { get }