RFSLivenessProcessingContentView
Objective-C
@interface RFSLivenessProcessingContentView : RFSPassthroughView <RFSOverriding>
Swift
class LivenessProcessingContentView : PassthroughView, Overriding
Undocumented
-
Undocumented
Declaration
Objective-C
@property (readonly, nonatomic, nullable) UIButton *closeButton
Swift
var closeButton: UIButton? { get }
-
Undocumented
Declaration
Objective-C
@property (readonly, nonatomic, nullable) UILabel *processingStatusLabel
Swift
var processingStatusLabel: UILabel? { get }
-
Undocumented
Declaration
Objective-C
@property (readonly, nonatomic, nullable) UIView *activityIndicator
Swift
var activityIndicator: UIView? { get }
-
Setups default constraints. Can be overriden to provide custom layout constraints.
Declaration
Objective-C
- (void)setupConstraints;
Swift
func setupConstraints()