TelephonyScanManager.NetworkScanCallback.OnComplete 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.
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.