RangingResultCallback.OnRangingResults(IList<RangingResult>) 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 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.
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.