AlertLevel
public enum AlertLevel : UInt8
Alert Level Types
-
No Alert
Declaration
Swift
case noAlert = 0
-
Mild Alert
Declaration
Swift
case mildAlert = 1
-
High Alert
Declaration
Swift
case highAlert = 2
-
String Value for AlertLevel
Declaration
Swift
public var stringValue: String { get }