ScanResult.VenueName 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.
Indicates venue name (such as 'San Francisco Airport') published by access point; only available on Passpoint network and if published by access point.
[Android.Runtime.Register("venueName", ApiSince=23)]
public Java.Lang.ICharSequence? VenueName { get; set; }
[<Android.Runtime.Register("venueName", ApiSince=23)>]
member this.VenueName : Java.Lang.ICharSequence with get, set
Property Value
- Attributes
Remarks
Indicates venue name (such as 'San Francisco Airport') published by access point; only available on Passpoint network and if published by access point.
This member is deprecated. - This information is not provided
Java documentation for android.net.wifi.ScanResult.venueName
.
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.