DriverContext.DriverStatusListener.StatusLevel

  • DriverContext.DriverStatusListener.StatusLevel is an enum that defines the severity levels of status updates for the Driver SDK.

  • It inherits methods from Enum, Object, Constable, and Comparable for object comparison and description.

  • The enum includes four severity levels: DEBUG, ERROR, INFO, and WARNING.

  • Developers can use these levels to categorize and handle driver status updates within their applications.

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