Builder
class Builder
| kotlin.Any | |
| ↳ | android.ranging.raw.RawDtTagRangingConfig.Builder |
Builder for RawDtTagRangingConfig.
Summary
| Public constructors | |
|---|---|
Builder(tagDevice: RawRangingDevice)Creates a new Builder for |
|
| Public methods | |
|---|---|
| RawDtTagRangingConfig |
build()Builds the |
Public constructors
Builder
Builder(tagDevice: RawRangingDevice)
Creates a new Builder for RawDtTagRangingConfig.
| Parameters | |
|---|---|
tagDevice |
RawRangingDevice: The RawRangingDevice representing the tag. This device must have DlTdoaRangingParams set. This value cannot be null. |
| Exceptions | |
|---|---|
java.lang.IllegalArgumentException |
if the tagDevice does not contain DlTdoaRangingParams. |
Public methods
build
fun build(): RawDtTagRangingConfig
Builds the RawDtTagRangingConfig instance.
| Return | |
|---|---|
RawDtTagRangingConfig |
A new RawDtTagRangingConfig instance. This value cannot be null. |