EventLevel

@objc
public enum EventLevel : Int, RawRepresentable, CaseIterable, Codable

Undocumented

  • LOW

    Undocumented

    Declaration

    Swift

    case LOW
  • Undocumented

    Declaration

    Swift

    case MEDIUM
  • Undocumented

    Declaration

    Swift

    case HIGH
  • Undocumented

    Declaration

    Swift

    case UNKNOWN
  • Declaration

    Swift

    public typealias RawValue = String
  • Declaration

    Swift

    public var rawValue: RawValue { get }
  • Declaration

    Swift

    public init?(rawValue: RawValue)
  • Mapper for:

    HardAccelerationEvent.LevelType HardBrakeEvent.LevelType SharpTurnEvent.LevelType

    Declaration

    Swift

    public static func fromName(name: String?) -> EventLevel
  • Declaration

    Swift

    public init(from decoder: Decoder) throws
  • Declaration

    Swift

    public func encode(to encoder: Encoder) throws