DriverContext.DriverStatusListener.StatusLevel

  • DriverContext.DriverStatusListener.StatusLevel is an enum defining the severity of driver status updates.

  • It includes four levels: DEBUG, ERROR, INFO, and WARNING.

  • The enum inherits methods from Enum, Object, Constable, and Comparable for object management and comparisons.

  • Developers can use this enum to categorize and handle driver status updates based on their severity.

public static final enum DriverContext.DriverStatusListener.StatusLevel extends Enum<DriverContext.DriverStatusListener.StatusLevel>

The severity levels of the status update.

Inherited Method Summary

Enum Values

public static final DriverContext.DriverStatusListener.StatusLevel DEBUG

public static final DriverContext.DriverStatusListener.StatusLevel ERROR

public static final DriverContext.DriverStatusListener.StatusLevel INFO

public static final DriverContext.DriverStatusListener.StatusLevel WARNING