다음을 통해 공유


RangingResultCallback.OnRangingFailure(RangingResultStatusCode) Method

Definition

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

code
RangingResultStatusCode

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.

Applies to