OobInitiatorRangingConfig.Builder.Build Method

Definition

Builds an instance of OobInitiatorRangingConfig with the provided parameters.

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

Returns

A new OobInitiatorRangingConfig instance.

Attributes

Remarks

Builds an instance of OobInitiatorRangingConfig with the provided parameters.

Java documentation for android.ranging.oob.OobInitiatorRangingConfig.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