RangingResult.UnverifiedResponderLocation 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.
public Android.Net.Wifi.Rtt.ResponderLocation? UnverifiedResponderLocation { [Android.Runtime.Register("getUnverifiedResponderLocation", "()Landroid/net/wifi/rtt/ResponderLocation;", "", ApiSince=29)] get; }
[<get: Android.Runtime.Register("getUnverifiedResponderLocation", "()Landroid/net/wifi/rtt/ResponderLocation;", "", ApiSince=29)>]
member this.UnverifiedResponderLocation : Android.Net.Wifi.Rtt.ResponderLocation
Property Value
The unverified responder ___location represented as ResponderLocation
which
captures ___location information the responder is programmed to broadcast. The responder
___location is referred to as unverified, because we are relying on the device/site
administrator to correctly configure its ___location data.
<p>
Will return a null
when the ___location information cannot be parsed.
<p>
Only valid if #getStatus()
returns #STATUS_SUCCESS
, otherwise will throw an
exception.
- Attributes
Remarks
Java documentation for android.net.wifi.rtt.RangingResult.getUnverifiedResponderLocation()
.
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.