RangingResultCallback.OnRangingFailure(RangingResultStatusCode) Method
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.
Called when a ranging operation failed in whole - i.
[Android.Runtime.Register("onRangingFailure", "(I)V", "GetOnRangingFailure_IHandler", ApiSince=28)]
public abstract void OnRangingFailure (Android.Net.Wifi.Rtt.RangingResultStatusCode code);
[<Android.Runtime.Register("onRangingFailure", "(I)V", "GetOnRangingFailure_IHandler", ApiSince=28)>]
abstract member OnRangingFailure : Android.Net.Wifi.Rtt.RangingResultStatusCode -> unit
Parameters
A status code indicating the type of failure.
- Attributes
Remarks
Called when a ranging operation failed in whole - i.e. no ranging operation to any of the devices specified in the request was attempted.
Java documentation for android.net.wifi.rtt.RangingResultCallback.onRangingFailure(int)
.
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.