NetworkScan.StopScan Method

Definition

Stops the network scan

        Use this method to stop an ongoing scan.
[Android.Runtime.Register("stopScan", "()V", "GetStopScanHandler", ApiSince=28)]
public virtual void StopScan ();
[<Android.Runtime.Register("stopScan", "()V", "GetStopScanHandler", ApiSince=28)>]
abstract member StopScan : unit -> unit
override this.StopScan : unit -> unit
Attributes

Remarks

Stops the network scan

Use this method to stop an ongoing scan. When user requests a new scan, a NetworkScan object will be returned, and the user can stop the scan by calling this method.

Java documentation for android.telephony.NetworkScan.stopScan().

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