Share via


TetheringInterface.SoftApConfiguration Property

Definition

Get the SoftApConfiguration provided for this interface, if any.

public Android.Net.Wifi.SoftApConfiguration? SoftApConfiguration { [Android.Runtime.Register("getSoftApConfiguration", "()Landroid/net/wifi/SoftApConfiguration;", "", ApiSince=36)] [Android.Runtime.RequiresPermission("android.permission.NETWORK_SETTINGS")] get; }
[<get: Android.Runtime.Register("getSoftApConfiguration", "()Landroid/net/wifi/SoftApConfiguration;", "", ApiSince=36)>]
[<get: Android.Runtime.RequiresPermission("android.permission.NETWORK_SETTINGS")>]
member this.SoftApConfiguration : Android.Net.Wifi.SoftApConfiguration

Property Value

Attributes

Remarks

Get the SoftApConfiguration provided for this interface, if any. This will only be populated for apps with the same uid that specified the configuration, or apps with permission android.Manifest.permission.NETWORK_SETTINGS.

Java documentation for android.net.TetheringInterface.getSoftApConfiguration().

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