Added in API level 36
    Builder
class Builder
| kotlin.Any | |
| ↳ | android.ranging.oob.OobResponderRangingConfig.Builder | 
Builder class for creating instances of OobResponderRangingConfig.
Summary
| Public constructors | |
|---|---|
| Builder(deviceHandle: DeviceHandle)Constructs a new Builder instance with the specified DeviceHandle. | |
| Public methods | |
|---|---|
| OobResponderRangingConfig | build()Builds an instance of  | 
Public constructors
Builder
Added in API level 36
      Builder(deviceHandle: DeviceHandle)
Constructs a new Builder instance with the specified DeviceHandle.
| Parameters | |
|---|---|
| deviceHandle | DeviceHandle: The DeviceHandle to associate with this OOB responder. This value cannot be null. | 
Public methods
build
Added in API level 36
      fun build(): OobResponderRangingConfig
Builds an instance of OobResponderRangingConfig with the provided parameters.
| Return | |
|---|---|
| OobResponderRangingConfig | A new OobResponderRangingParams instance. This value cannot be null. | 
