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