RegistrationTech 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 RegistrationTech
type RegistrationTech =
- Inheritance
-
RegistrationTech
Fields
| Name | Value | Description |
|---|---|---|
| None | -1 | No registration technology specified, used when we are not registered. 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. |
| Lte | 0 | This ImsService is registered to IMS via LTE. 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. |
| Iwlan | 1 | This ImsService is registered to IMS via IWLAN. 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. |
| CrossSim | 2 | This ImsService is registered to IMS via internet over second subscription. 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. |
| Nr | 3 | This ImsService is registered to IMS via NR. 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. |
| ThreeG | 4 | This ImsService is registered to IMS via 3G. 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. |