SubscriptionType 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 SubscriptionType
type SubscriptionType =
- Inheritance
-
SubscriptionType
Fields
| Name | Value | Description |
|---|---|---|
| LocalSim | 0 | This constant is to designate a subscription as a Local-SIM Subscription. A Local-SIM can be a physical SIM inserted into a sim-slot in the device, or eSIM on the device. 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. |
| RemoteSim | 1 | This constant is to designate a subscription as a Remote-SIM Subscription. A Remote-SIM subscription is for a SIM on a phone connected to this device via some connectivity mechanism, for example bluetooth. Similar to Local SIM, this subscription can be used for SMS, Voice and data by proxying data through the connected device. Certain data of the SIM, such as IMEI, are not accessible for Remote SIMs. 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. |