ExposureNotificationSettingViewController
final class ExposureNotificationSettingViewController : UITableViewController
extension ExposureNotificationSettingViewController: ActionTableViewCellDelegate
extension ExposureNotificationSettingViewController: ENStateHandlerUpdating
Undocumented
-
Undocumented
Declaration
Swift
let model: ENSettingModel -
Undocumented
Declaration
Swift
let store: Store -
Undocumented
Declaration
Swift
let appConfigurationProvider: AppConfigurationProviding -
Undocumented
Declaration
Swift
var enState: ENStateHandler.State -
Undocumented
Declaration
Swift
init?( coder: NSCoder, initialEnState: ENStateHandler.State, store: Store, appConfigurationProvider: AppConfigurationProviding, delegate: ExposureNotificationSettingViewControllerDelegate ) -
Undocumented
Declaration
Swift
override func viewDidLoad() -
Undocumented
Declaration
Swift
override func viewWillAppear(_ animated: Bool) -
Undocumented
Declaration
Swift
func persistForDPP(accepted: Bool) -
Undocumented
Declaration
Swift
override func numberOfSections(in _: UITableView) -> Int -
Undocumented
Declaration
Swift
override func tableView(_: UITableView, heightForFooterInSection _: Int) -> CGFloat -
Undocumented
Declaration
Swift
override func tableView(_: UITableView, heightForHeaderInSection section: Int) -> CGFloat -
Undocumented
Declaration
Swift
override func tableView(_: UITableView, titleForHeaderInSection section: Int) -> String? -
Undocumented
Declaration
Swift
override func tableView(_: UITableView, numberOfRowsInSection _: Int) -> Int -
Undocumented
Declaration
Swift
override func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) -
Undocumented
Declaration
Swift
override func tableView( _ tableView: UITableView, cellForRowAt indexPath: IndexPath ) -> UITableViewCell -
Undocumented
Declaration
Swift
func performAction(action: SettingAction)
-
Undocumented
Declaration
Swift
func updateEnState(_ enState: ENStateHandler.State)