WDWEventType Constants Reference

Declared in WDWWarning.h

WDWEventType

Enum specifies all the possible WrongwayDriverWarning event types.

Definition

typedef NS_ENUM(NSUInteger, WDWEventType ) {
   WDWEventNoWDW = 1000,
   WDWEventThereIsWDW = 1001,
   WDWEventIAmWDW = 1002,
};

Constants

WDWEventNoWDW

All clear. No relevant wrong way driving event detected

Declared In WDWWarning.h.

WDWEventThereIsWDW

There is someone nearby driving the wrong way

Declared In WDWWarning.h.

WDWEventIAmWDW

Users seems to be driving the wrong way

Declared In WDWWarning.h.

Declared In

WDWWarning.h