UwbRangeDataNtfConfig.RangeDataNtfConfig

public static abstract @interface UwbRangeDataNtfConfig.RangeDataNtfConfig implements Annotation

Represents which range data notification config is selected.

Constant Summary

int RANGE_DATA_NTF_DISABLE Range data notification will be disabled.
int RANGE_DATA_NTF_ENABLE Range data notification will be enabled (default).
int RANGE_DATA_NTF_ENABLE_PROXIMITY_EDGE_TRIG Range data notification is enabled when peer device enters or exits the configured range.
int RANGE_DATA_NTF_ENABLE_PROXIMITY_LEVEL_TRIG Range data notification is enabled when peer device is in the configured range.

Inherited Method Summary

Constants

public static final int RANGE_DATA_NTF_DISABLE

Range data notification will be disabled.

Constant Value: 0

public static final int RANGE_DATA_NTF_ENABLE

Range data notification will be enabled (default).

Constant Value: 1

public static final int RANGE_DATA_NTF_ENABLE_PROXIMITY_EDGE_TRIG

Range data notification is enabled when peer device enters or exits the configured range.

Constant Value: 3

public static final int RANGE_DATA_NTF_ENABLE_PROXIMITY_LEVEL_TRIG

Range data notification is enabled when peer device is in the configured range.

Constant Value: 2