DriverContext.StatusListener.StatusLevel

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

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

  • This enum inherits methods from Enum, Object, Constable, and Comparable for common operations.

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

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

The severity levels of the status update.

Inherited Method Summary

Enum Values

public static final DriverContext.StatusListener.StatusLevel DEBUG

public static final DriverContext.StatusListener.StatusLevel ERROR

public static final DriverContext.StatusListener.StatusLevel INFO

public static final DriverContext.StatusListener.StatusLevel WARNING