HomeUnknown48hRiskCellConfigurator
final class HomeUnknown48hRiskCellConfigurator : HomeRiskLevelCellConfigurator
Undocumented
-
init(state:
lastUpdateDate: detectionInterval: detectionMode: manualExposureDetectionState: previousRiskLevel: ) Undocumented
Declaration
Swift
init( state: RiskProvider.ActivityState, lastUpdateDate: Date?, detectionInterval: Int, detectionMode: DetectionMode, manualExposureDetectionState: ManualExposureDetectionState?, previousRiskLevel: EitherLowOrIncreasedRiskLevel? )
-
Undocumented
Declaration
Swift
var previousRiskTitle: String { get }
-
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: HomeUnknown48hRiskCellConfigurator, rhs: HomeUnknown48hRiskCellConfigurator) -> Bool