Air Pressure Alert Type

Class that represent different types of air pressure alerts

Author

Felipe Gonzalez

Inheritors

Types

Link copied to clipboard
class AirPressureAlertEmergency(val factor: Float, val isEnabled: Boolean) : AirPressureAlertType

Class related to emergency alert

Link copied to clipboard
class AirPressureAlertWarning(val factor: Float, val isEnabled: Boolean) : AirPressureAlertType

Class relate to warning alert

Properties

Link copied to clipboard
Link copied to clipboard