CarrierConfigManager.ImsEmergency.ScanTypeNoPreference Field

Definition

Caution

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

No specific preference given to the modem.

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

Field Value

Value = 0
Attributes

Remarks

No specific preference given to the modem. Modem can return an emergency capable network either with limited service or full service.

Java documentation for android.telephony.CarrierConfigManager.ImsEmergency.SCAN_TYPE_NO_PREFERENCE.

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