RangingDevice.Builder.Build Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Builds a new instance of RangingDevice with the provided configuration.
[Android.Runtime.Register("build", "()Landroid/ranging/RangingDevice;", "", ApiSince=36)]
public Android.Ranging.RangingDevice Build();
[<Android.Runtime.Register("build", "()Landroid/ranging/RangingDevice;", "", ApiSince=36)>]
member this.Build : unit -> Android.Ranging.RangingDevice
Returns
A new RangingDevice instance.
- Attributes