CarPropertyManager.SupportedValuesChangeCallback

public static interface CarPropertyManager.SupportedValuesChangeCallback

android.car.hardware.property.CarPropertyManager.SupportedValuesChangeCallback


A callback interface to deliver value range change callbacks.

Summary

Public methods

abstract void onSupportedValuesChange(int propertyId, int areaId)

Called when the result for CarPropertyManager.getMinMaxSupportedValue or CarPropertyManager.getSupportedValuesList change for the [propertyId, areaId].

Public methods

onSupportedValuesChange

public abstract void onSupportedValuesChange (int propertyId, 
                int areaId)

Called when the result for CarPropertyManager.getMinMaxSupportedValue or CarPropertyManager.getSupportedValuesList change for the [propertyId, areaId].

Caller should call the listed APIs to refresh.

Parameters
propertyId int: The property ID.

areaId int: The area ID.