RFSLivenessProcessStatusDelegate

Objective-C

@protocol RFSLivenessProcessStatusDelegate <NSObject>

- (void)processStatusChanged:(RFSLivenessProcessStatus)status result:(RFSLivenessResponse * _Nullable)result;

@end

Swift

protocol LivenessProcessStatusDelegate : NSObjectProtocol

Undocumented