DriverContext.DriverStatusListener.StatusCode

  • DriverContext.DriverStatusListener.StatusCode is an enum that defines the status codes for driver status updates within the Android Driver SDK.

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

  • The enum includes values like BACKEND_CONNECTIVITY_ERROR, DEFAULT, PERMISSION_DENIED, and more, representing various driver status scenarios.

  • These status codes help developers understand the current state of the driver and handle potential issues during trips.

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

The status codes of the status update.

Inherited Method Summary

Enum Values

public static final DriverContext.DriverStatusListener.StatusCode BACKEND_CONNECTIVITY_ERROR

public static final DriverContext.DriverStatusListener.StatusCode DEFAULT

public static final DriverContext.DriverStatusListener.StatusCode FILE_ACCESS_ERROR

public static final DriverContext.DriverStatusListener.StatusCode PERMISSION_DENIED

public static final DriverContext.DriverStatusListener.StatusCode SERVICE_ERROR

public static final DriverContext.DriverStatusListener.StatusCode TRAVELED_ROUTE_ERROR

public static final DriverContext.DriverStatusListener.StatusCode UNKNOWN_ERROR

public static final DriverContext.DriverStatusListener.StatusCode VEHICLE_NOT_FOUND