Freigeben über


NetworkScanRequest.ScanTypePeriodic Field

Definition

Caution

This constant will be removed in the future version. Use Android.Telephony.NetworkScanType enum directly instead of this field.

Performs the scan periodically until cancelled

[Android.Runtime.Register("SCAN_TYPE_PERIODIC", ApiSince=28)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.NetworkScanType enum directly instead of this field.", true)]
public const Android.Telephony.NetworkScanType ScanTypePeriodic = 1;
[<Android.Runtime.Register("SCAN_TYPE_PERIODIC", ApiSince=28)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.NetworkScanType enum directly instead of this field.", true)>]
val mutable ScanTypePeriodic : Android.Telephony.NetworkScanType

Field Value

Value = 1

Implements

Attributes

Remarks

Performs the scan periodically until cancelled

The modem will start new scans periodically, and the interval between two scans is usually multiple minutes.

Java documentation for android.telephony.NetworkScanRequest.SCAN_TYPE_PERIODIC.

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