ExposureDetectionViewController

final class ExposureDetectionViewController : DynamicTableViewController, RequiresAppDependencies
extension ExposureDetectionViewController: ExposureStateUpdating
extension ExposureDetectionViewController: CountdownTimerDelegate

Undocumented

IB Outlets.

  • Undocumented

    Declaration

    Swift

    @IBOutlet
    var closeButton: UIButton!
  • Undocumented

    Declaration

    Swift

    @IBOutlet
    var headerView: UIView!
  • Undocumented

    Declaration

    Swift

    @IBOutlet
    var titleViewBottomConstraint: NSLayoutConstraint!
  • Undocumented

    Declaration

    Swift

    @IBOutlet
    var titleLabel: UILabel!
  • Undocumented

    Declaration

    Swift

    @IBOutlet
    var footerView: UIView!
  • Undocumented

    Declaration

    Swift

    @IBOutlet
    var checkButton: ENAButton!
  • Undocumented

    Declaration

    Swift

    var state: State { get set }

Creating an Exposure Detection View Controller.

CountdownTimerDelegate methods.