TelephonyScanManager.NetworkScanCallback.OnResults 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.
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
- Attributes
Remarks
Returns the scan results to the user, this callback will be called multiple times.
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.