DMViewController
final class DMViewController : UITableViewController, RequiresAppDependencies
extension DMViewController: DMSubmissionStateViewControllerDelegate
The root view controller of the developer menu.
-
Undocumented
Declaration
Swift
init( client: Client, exposureSubmissionService: ExposureSubmissionService )
-
Undocumented
Declaration
Swift
override func viewDidLoad()
-
Undocumented
Declaration
Swift
override func tableView(_: UITableView, numberOfRowsInSection _: Int) -> Int
-
Undocumented
Declaration
Swift
override func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell
-
Undocumented
Declaration
Swift
override func tableView(_: UITableView, didSelectRowAt indexPath: IndexPath)
-
Undocumented
Declaration
Swift
func submissionStateViewController( _: DMSubmissionStateViewController, getDiagnosisKeys completionHandler: @escaping ENGetDiagnosisKeysHandler )