TNAlertEventType

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

Safety event type enumeration class.

  • Undocumented

    Declaration

    Swift

    case SpeedingAlert
  • Declaration

    Swift

    public typealias RawValue = String
  • Declaration

    Swift

    public var rawValue: RawValue { get }
  • Declaration

    Swift

    public init?(rawValue: RawValue)
  • Undocumented

    Declaration

    Swift

    public var label: String { get }
  • Undocumented

    Declaration

    Swift

    public static func fromLabel(_ label: String) throws -> TNAlertEventType