OobResponderRangingConfig.Builder


public static final class OobResponderRangingConfig.Builder
extends Object

java.lang.Object
   ↳ 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 OobResponderRangingConfig with the provided parameters.

Inherited methods

Public constructors

Builder

public 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

public OobResponderRangingConfig build ()

Builds an instance of OobResponderRangingConfig with the provided parameters.

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