RangingResult.UnverifiedResponderLocation Property

Definition

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.

Applies to