Enumerations

The following enumerations are available globally.

  • Presents log levels available to developers within the WDW-SDK

    See more

    Declaration

    Objective-C

    enum WDWLogLevel : NSUInteger {}
  • Error codes produced by the WDW-SDK. More information on the errors in the SDK iOS integration guide.

    See more

    Declaration

    Objective-C

    enum WDWSDKErrorCode : NSUInteger {}
  • Enum specifies all the possible WrongwayDriverWarning event types.

    See more

    Declaration

    Objective-C

    enum WDWEventType : NSUInteger {}

    Swift

    enum WDWEventType : UInt, @unchecked Sendable