AlertsTableViewDelegate
public protocol AlertsTableViewDelegate : UITableViewDataSource, UITableViewDelegate
-
Declaration
Swift
func updateAlerts(withList alertList: [AlertSearchable], forTableView tableView: UITableView, withHandler handler: AlertSelectionDelegate?)
-
Declaration
Swift
func updateAlerts(withPropertyId propertyId: Int, alertsToShow: [String]?, forTableView tableView: UITableView, withHandler handler: AlertSelectionDelegate?)