VehicleElectronicTollCollectionCardStatus

public class VehicleElectronicTollCollectionCardStatus
extends Object

java.lang.Object
   ↳ android.car.hardware.property.VehicleElectronicTollCollectionCardStatus


Used by VehiclePropertyIds.ELECTRONIC_TOLL_COLLECTION_CARD_STATUS to enumerate ETC(electronic toll collection) card types in the vehicle. Use in CarPropertyManager.getProperty(int, int) to get this property value.

Summary

Constants

int ELECTRONIC_TOLL_COLLECTION_CARD_INVALID

An electronic toll collection card is present, but it is expired or otherwise invalid

int ELECTRONIC_TOLL_COLLECTION_CARD_NOT_INSERTED

No electronic toll collection card is inserted in the reader

int ELECTRONIC_TOLL_COLLECTION_CARD_VALID

A valid electronic toll collection card is present

int UNKNOWN

Status could not be determined

Inherited methods

Constants

ELECTRONIC_TOLL_COLLECTION_CARD_INVALID

Added in API level 31
public static final int ELECTRONIC_TOLL_COLLECTION_CARD_INVALID

An electronic toll collection card is present, but it is expired or otherwise invalid

Constant Value: 2 (0x00000002)

ELECTRONIC_TOLL_COLLECTION_CARD_NOT_INSERTED

Added in API level 31
public static final int ELECTRONIC_TOLL_COLLECTION_CARD_NOT_INSERTED

No electronic toll collection card is inserted in the reader

Constant Value: 3 (0x00000003)

ELECTRONIC_TOLL_COLLECTION_CARD_VALID

Added in API level 31
public static final int ELECTRONIC_TOLL_COLLECTION_CARD_VALID

A valid electronic toll collection card is present

Constant Value: 1 (0x00000001)

UNKNOWN

Added in API level 31
public static final int UNKNOWN

Status could not be determined

Constant Value: 0 (0x00000000)