TetheringInterface.SoftApConfiguration Property
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.
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.