OobResponderRangingConfig.Builder.Build Method

Definition

Builds an instance of OobResponderRangingConfig with the provided parameters.

[Android.Runtime.Register("build", "()Landroid/ranging/oob/OobResponderRangingConfig;", "", ApiSince=36)]
public Android.Ranging.Oob.OobResponderRangingConfig Build();
[<Android.Runtime.Register("build", "()Landroid/ranging/oob/OobResponderRangingConfig;", "", ApiSince=36)>]
member this.Build : unit -> Android.Ranging.Oob.OobResponderRangingConfig

Returns

A new OobResponderRangingParams instance.

Attributes

Remarks

Builds an instance of OobResponderRangingConfig with the provided parameters.

Java documentation for android.ranging.oob.OobResponderRangingConfig.Builder.build().

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