共用方式為


TelephonyScanManager.NetworkScanCallback.OnComplete Method

Definition

Informs the user that the scan has stopped.

[Android.Runtime.Register("onComplete", "()V", "GetOnCompleteHandler", ApiSince=28)]
public virtual void OnComplete ();
[<Android.Runtime.Register("onComplete", "()V", "GetOnCompleteHandler", ApiSince=28)>]
abstract member OnComplete : unit -> unit
override this.OnComplete : unit -> unit
Attributes

Remarks

Informs the user that the scan has stopped.

This callback will be called when the scan is finished or cancelled by the user. The related NetworkScanRequest will be deleted after this callback.

Java documentation for android.telephony.TelephonyScanManager.NetworkScanCallback.onComplete().

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