ResponderConfig.Builder Constructors
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.
Overloads
| Name | Description |
|---|---|
| ResponderConfig.Builder() |
Default constructor for the Builder. |
| ResponderConfig.Builder(ResponderConfig) |
Creates a new Builder instance, initializing it with the values from an
existing |
ResponderConfig.Builder()
Default constructor for the Builder.
[Android.Runtime.Register(".ctor", "()V", "", ApiSince=33)]
public Builder();
- Attributes
Remarks
Default constructor for the Builder.
Java documentation for android.net.wifi.rtt.ResponderConfig.Builder.ResponderConfig$Builder().
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
ResponderConfig.Builder(ResponderConfig)
Creates a new Builder instance, initializing it with the values from an
existing ResponderConfig object.
[Android.Runtime.Register(".ctor", "(Landroid/net/wifi/rtt/ResponderConfig;)V", "", ApiSince=37)]
public Builder(Android.Net.Wifi.Rtt.ResponderConfig config);
[<Android.Runtime.Register(".ctor", "(Landroid/net/wifi/rtt/ResponderConfig;)V", "", ApiSince=37)>]
new Android.Net.Wifi.Rtt.ResponderConfig.Builder : Android.Net.Wifi.Rtt.ResponderConfig -> Android.Net.Wifi.Rtt.ResponderConfig.Builder
Parameters
- config
- ResponderConfig
The ResponderConfig instance to copy values from.
- Attributes
Remarks
Creates a new Builder instance, initializing it with the values from an existing ResponderConfig object. This allows for easy modification of an existing configuration.
Android reference for android.net.wifi.rtt.ResponderConfig.Builder.Builder.
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.