WifiP2pUsdBasedServiceDiscoveryConfig.Builder.Build Method

Definition

Build WifiP2pUsdBasedServiceDiscoveryConfig given the current requests made on the builder.

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

Returns

WifiP2pUsdBasedServiceDiscoveryConfig constructed based on builder method calls.

Attributes

Remarks

Build WifiP2pUsdBasedServiceDiscoveryConfig given the current requests made on the builder.

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