Partager via


RangingResultCallback.OnRangingResults(IList<RangingResult>) Method

Definition

Called when a ranging operation was executed.

[Android.Runtime.Register("onRangingResults", "(Ljava/util/List;)V", "GetOnRangingResults_Ljava_util_List_Handler", ApiSince=28)]
public abstract void OnRangingResults (System.Collections.Generic.IList<Android.Net.Wifi.Rtt.RangingResult> results);
[<Android.Runtime.Register("onRangingResults", "(Ljava/util/List;)V", "GetOnRangingResults_Ljava_util_List_Handler", ApiSince=28)>]
abstract member OnRangingResults : System.Collections.Generic.IList<Android.Net.Wifi.Rtt.RangingResult> -> unit

Parameters

results
IList<RangingResult>

List of range measurements, one per requested device.

Attributes

Remarks

Called when a ranging operation was executed. The list of results corresponds to devices specified in the ranging request.

Java documentation for android.net.wifi.rtt.RangingResultCallback.onRangingResults(java.util.List<android.net.wifi.rtt.RangingResult>).

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