Share via


SoftApConfiguration.Builder.Build Method

Definition

Builds the SoftApConfiguration.

[Android.Runtime.Register("build", "()Landroid/net/wifi/SoftApConfiguration;", "", ApiSince=36)]
public Android.Net.Wifi.SoftApConfiguration Build();
[<Android.Runtime.Register("build", "()Landroid/net/wifi/SoftApConfiguration;", "", ApiSince=36)>]
member this.Build : unit -> Android.Net.Wifi.SoftApConfiguration

Returns

A new SoftApConfiguration, as configured by previous method calls.

Attributes

Remarks

Builds the SoftApConfiguration.

Java documentation for android.net.wifi.SoftApConfiguration.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