UwbRangeDataNtfConfig


public final class UwbRangeDataNtfConfig


Represents the configurable range data notification reports for a UWB session.

Summary

Public constructors

UwbRangeDataNtfConfig(
    int configType,
    int ntfProximityNearCm,
    int ntfProximityFarCm
)

Public methods

boolean
equals(Object other)
final int

the config type of the range data notification.

final int

the proximity far distance in centimeters.

final int

the proximity near distance in centimeters.

int

Public constructors

UwbRangeDataNtfConfig

Added in 1.0.0-alpha08
public UwbRangeDataNtfConfig(
    int configType,
    int ntfProximityNearCm,
    int ntfProximityFarCm
)

Public methods

equals

public boolean equals(Object other)

getConfigType

Added in 1.0.0-alpha08
public final int getConfigType()

the config type of the range data notification.

getNtfProximityFarCm

Added in 1.0.0-alpha08
public final int getNtfProximityFarCm()

the proximity far distance in centimeters.

getNtfProximityNearCm

Added in 1.0.0-alpha08
public final int getNtfProximityNearCm()

the proximity near distance in centimeters.

hashCode

public int hashCode()