TelephonyScanManager.NetworkScanCallback.OnResults Method

Definition

Returns the scan results to the user, this callback will be called multiple times.

[Android.Runtime.Register("onResults", "(Ljava/util/List;)V", "GetOnResults_Ljava_util_List_Handler", ApiSince=28)]
public virtual void OnResults (System.Collections.Generic.IList<Android.Telephony.CellInfo>? results);
[<Android.Runtime.Register("onResults", "(Ljava/util/List;)V", "GetOnResults_Ljava_util_List_Handler", ApiSince=28)>]
abstract member OnResults : System.Collections.Generic.IList<Android.Telephony.CellInfo> -> unit
override this.OnResults : System.Collections.Generic.IList<Android.Telephony.CellInfo> -> unit

Parameters

results
IList<CellInfo>
Attributes

Remarks

Returns the scan results to the user, this callback will be called multiple times.

Java documentation for android.telephony.TelephonyScanManager.NetworkScanCallback.onResults(java.util.List<android.telephony.CellInfo>).

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