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.

  • The enum inherits methods from Enum, Object, Constable, and Comparable for functionality like comparison and description.

  • Developers can use this enum to categorize and handle status updates based on their severity within the Driver SDK.

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