NetworkScanRequest.ScanTypeOneShot 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 only once

[Android.Runtime.Register("SCAN_TYPE_ONE_SHOT", 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 ScanTypeOneShot = 0;
[<Android.Runtime.Register("SCAN_TYPE_ONE_SHOT", 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 ScanTypeOneShot : Android.Telephony.NetworkScanType

Field Value

Value = 0

Implements

Attributes

Remarks

Performs the scan only once

Java documentation for android.telephony.NetworkScanRequest.SCAN_TYPE_ONE_SHOT.

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