HomeHighRiskCellConfigurator
final class HomeHighRiskCellConfigurator : HomeRiskLevelCellConfigurator
Undocumented
-
init(state:
numberRiskContacts: daysSinceLastExposure: lastUpdateDate: manualExposureDetectionState: detectionMode: detectionInterval: ) Undocumented
Declaration
Swift
init( state: RiskProvider.ActivityState, numberRiskContacts: Int, daysSinceLastExposure: Int?, lastUpdateDate: Date?, manualExposureDetectionState: ManualExposureDetectionState?, detectionMode: DetectionMode, detectionInterval: Int )
-
Undocumented
Declaration
Swift
override func configure(cell: RiskLevelCollectionViewCell)
-
Undocumented
Declaration
Swift
override func hash(into hasher: inout Swift.Hasher)
-
Undocumented
Declaration
Swift
static func == (lhs: HomeHighRiskCellConfigurator, rhs: HomeHighRiskCellConfigurator) -> Bool