RFSLivenessRetryContentView

Objective-C


@interface RFSLivenessRetryContentView : RFSPassthroughView <RFSOverriding>

Swift

class LivenessRetryContentView : 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) UIButton *retryButton

    Swift

    var retryButton: UIButton? { get }
  • Undocumented

    Declaration

    Objective-C

    @property (readonly, nonatomic, nullable) UILabel *tryAgainStatus

    Swift

    var tryAgainStatus: UILabel? { get }
  • Undocumented

    Declaration

    Objective-C

    @property (readonly, nonatomic, nullable) UILabel *checkConditionsLabel

    Swift

    var checkConditionsLabel: UILabel? { get }
  • Undocumented

    Declaration

    Objective-C

    @property (readonly, nonatomic, nullable) UILabel *conditionsLabel

    Swift

    var conditionsLabel: UILabel? { get }

Overridable

  • Setups default constraints. Can be overriden to provide custom layout constraints.

    Declaration

    Objective-C

    - (void)setupConstraints;

    Swift

    func setupConstraints()