Level
@objc(AASDKAnalyticsCategory)
public enum Level : Int, Codable, Comparable
The level type associated with a category for an AnalyticsEvent
.
-
Unspecified level.
Declaration
Swift
case none
-
Error level.
Declaration
Swift
case error
-
General info level.
Declaration
Swift
case info
-
Comparable
implementation. Allows for comparingLevel
instances based on their raw values.Declaration
Swift
public static func < (a: Level, b: Level) -> Bool