ExposureDetectionViewController
final class ExposureDetectionViewController : DynamicTableViewController, RequiresAppDependencies
extension ExposureDetectionViewController: ExposureStateUpdating
extension ExposureDetectionViewController: CountdownTimerDelegate
Undocumented
-
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 }
-
Undocumented
Declaration
Swift
init?( coder: NSCoder, state: State, delegate: ExposureDetectionViewControllerDelegate )
-
Undocumented
Declaration
Swift
deinit
-
Undocumented
Declaration
Swift
func dynamicTableViewModel(for riskLevel: RiskLevel, isTracingEnabled: Bool) -> DynamicTableViewModel
-
Undocumented
Declaration
Swift
override func viewDidLoad()
-
Undocumented
Declaration
Swift
override func viewWillAppear(_ animated: Bool)
-
Undocumented
Declaration
Swift
override func viewDidLayoutSubviews()
-
Undocumented
Declaration
Swift
override func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell
-
Undocumented
Declaration
Swift
func scrollViewDidScroll(_ scrollView: UIScrollView)
-
Undocumented
Declaration
Swift
func updateExposureState(_ exposureManagerState: ExposureManagerState)
-
Undocumented
Declaration
Swift
func updateUI()
-
Undocumented
Declaration
Swift
func countdownTimer(_ timer: CountdownTimer, didUpdate time: String)
-
Undocumented
Declaration
Swift
func countdownTimer(_ timer: CountdownTimer, didEnd done: Bool)