AlertsManagementInterface
public protocol AlertsManagementInterface
:nodoc
-
Declaration
Swift
func fetchActiveAlertsForProperty(id propertyId: Int) -> [AlertSearchable]
-
Declaration
Swift
func fetchEmergencyAlertsForProperty(id propertyId: Int) -> [AlertSearchable]
-
Declaration
Swift
func fetchEmergencyAlertById(alertId: String, completion: ((Bool) -> ())?) -> AlertSearchable?
-
Declaration
Swift
func removeNonActiveAlertsFromProperty(propertyId: Int)
-
Declaration
Swift
func fetchAllAlertsForProperty(id propertyId: Int) -> [AlertSearchable]
-
Declaration
Swift
func removeAllAlertsForProperty(propertyId: Int)