HomeInactiveRiskCellConfigurator
final class HomeInactiveRiskCellConfigurator : HomeRiskCellConfigurator
extension HomeInactiveRiskCellConfigurator: RiskInactiveCollectionViewCellDelegate
Undocumented
-
Undocumented
Declaration
Swift
var inactiveType: InactiveType
-
Undocumented
Declaration
Swift
var activeAction: (() -> Void)?
-
Undocumented
Declaration
Swift
init( inactiveType: InactiveType, previousRiskLevel: EitherLowOrIncreasedRiskLevel?, lastUpdateDate: Date? )
-
Undocumented
Declaration
Swift
var title: String { get }
-
Undocumented
Declaration
Swift
var body: String { get }
-
Undocumented
Declaration
Swift
var previousRiskTitle: String { get }
-
Undocumented
Declaration
Swift
var buttonTitle: String { get }
-
Undocumented
Declaration
Swift
func setupAccessibility(_ cell: RiskInactiveCollectionViewCell)
-
Undocumented
Declaration
Swift
func configure(cell: RiskInactiveCollectionViewCell)
-
Declaration
Swift
func hash(into hasher: inout Swift.Hasher)
-
Declaration
Swift
static func == (lhs: HomeInactiveRiskCellConfigurator, rhs: HomeInactiveRiskCellConfigurator) -> Bool
-
Undocumented
Declaration
Swift
func activeButtonTapped(cell: RiskInactiveCollectionViewCell)