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

Builds an instance of OobResponderRangingConfig with the provided parameters.

Public constructors

Builder

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

fun build(): OobResponderRangingConfig

Builds an instance of OobResponderRangingConfig with the provided parameters.

Return
OobResponderRangingConfig A new OobResponderRangingParams instance. This value cannot be null.