UwbRangeDataNtfConfig.RangeDataNtfConfig

  • The UwbRangeDataNtfConfig.RangeDataNtfConfig interface represents the selection of range data notification configurations.

  • Range data notifications can be disabled or enabled, with enabled being the default setting.

  • Notifications can be triggered based on a peer device entering or exiting a configured range (proximity edge trigger).

  • Notifications can also be triggered when a peer device is within a configured range (proximity level trigger).

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