NotificationType
public enum NotificationType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case actual = "ACTUAL"
-
Undocumented
Declaration
Swift
case forecasted = "FORECASTED"
-
Declaration
Swift
public var description: String { get }