ImsEmergencyScanType Enum
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.
public enum ImsEmergencyScanType
type ImsEmergencyScanType =
- Inheritance
-
ImsEmergencyScanType
Fields
| Name | Value | Description |
|---|---|---|
| NoPreference | 0 | No specific preference given to the modem. Modem can return an emergency capable network either with limited service or full service. Android reference for 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. |
| FullService | 1 | Modem will attempt to camp on a network with full service only. Android reference for 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. |
| FullServiceFollowedByLimitedService | 2 | Telephony shall attempt full service scan first. If a full service network is not found, telephony shall attempt a limited service scan. 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. |