Added in API level 34

CarPropertyManager.AsyncPropertyRequest

public static interface CarPropertyManager.AsyncPropertyRequest

android.car.hardware.property.CarPropertyManager.AsyncPropertyRequest


An async get/set property request.

Summary

Public methods

abstract int getAreaId()

Returns the area ID for the property of this request.

abstract int getPropertyId()

Returns the ID for the property of this request.

abstract int getRequestId()

Returns the unique ID for this request.

Public methods

getAreaId

Added in API level 34
public abstract int getAreaId ()

Returns the area ID for the property of this request.

Returns
int

getPropertyId

Added in API level 34
public abstract int getPropertyId ()

Returns the ID for the property of this request.

The ID must be one of the VehiclePropertyIds or vendor property IDs.

Returns
int

getRequestId

Added in API level 34
public abstract int getRequestId ()

Returns the unique ID for this request.

Each request must have a unique request ID so the responses can be differentiated.

Returns
int