OobResponderRangingConfig.Builder(DeviceHandle) Constructor

Definition

Constructs a new Builder instance with the specified DeviceHandle.

[Android.Runtime.Register(".ctor", "(Landroid/ranging/oob/DeviceHandle;)V", "", ApiSince=36)]
public Builder(Android.Ranging.Oob.DeviceHandle deviceHandle);
[<Android.Runtime.Register(".ctor", "(Landroid/ranging/oob/DeviceHandle;)V", "", ApiSince=36)>]
new Android.Ranging.Oob.OobResponderRangingConfig.Builder : Android.Ranging.Oob.DeviceHandle -> Android.Ranging.Oob.OobResponderRangingConfig.Builder

Parameters

deviceHandle
DeviceHandle

The DeviceHandle to associate with this OOB responder.

Attributes

Remarks

Constructs a new Builder instance with the specified DeviceHandle.

Java documentation for android.ranging.oob.OobResponderRangingConfig.Builder.OobResponderRangingConfig$Builder(android.ranging.oob.DeviceHandle).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to