WDWEventType

Objective-C

enum WDWEventType {}

Swift

enum WDWEventType : UInt

Enum specifies all the possible WrongwayDriverWarning event types.

  • Undocumented

    Declaration

    Objective-C

    WDWEventNoWDW = 1000

    Swift

    case noWDW = 1000
  • All clear. No relevant wrong way driving event detected

    Declaration

    Objective-C

    WDWEventThereIsWDW = 1001

    Swift

    case thereIsWDW = 1001
  • There is someone nearby driving the wrong way

    Declaration

    Objective-C

    WDWEventIAmWDW = 1002

    Swift

    case iAmWDW = 1002