RFSLivenessProcessStatusDelegate
Objective-C
@protocol RFSLivenessProcessStatusDelegate <NSObject>
- (void)processStatusChanged:(RFSLivenessProcessStatus)status result:(RFSLivenessResponse * _Nullable)result;
@end
Swift
protocol LivenessProcessStatusDelegate : NSObjectProtocol
Undocumented
-
Undocumented
Declaration
Objective-C
- (void)processStatusChanged:(RFSLivenessProcessStatus)status result:(RFSLivenessResponse * _Nullable)result;
Swift
func processStatusChanged(_ status: LivenessProcessStatus, result: RFSLivenessResponse?)