The properties of Android.Telephony.TelephonyManager are listed below. For a list of all members, see the TelephonyManager Members list.
See Also: Inherited members from Java.Lang.Object
[read-only] | AllCellInfo | IList<CellInfo>. Returns all observed cell information from all radios on the device including the primary and neighboring cells. |
[read-only] | CallState | CallState. Returns a constant indicating the call state (cellular) on the device. |
[read-only] | CellLocation | CellLocation. Returns the current location of the device. |
[read-only] | DataActivity | DataActivity. Returns a constant indicating the type of activity on a data connection (cellular). |
[read-only] | DataState | DataConnectionStatus. Returns a constant indicating the current data connection state (cellular). |
[read-only] | DeviceId | string. Returns the unique device ID, for example, the IMEI for GSM and the MEID or ESN for CDMA phones. |
[read-only] | DeviceSoftwareVersion | string. Returns the software version number for the device, for example, the IMEI/SV for GSM phones. |
[read-only] static | ExtraStateIdle | string. Value used with TelephonyManager.ExtraState corresponding to TelephonyManager.CALL_STATE_IDLE. |
[read-only] static | ExtraStateOffhook | string. Value used with TelephonyManager.ExtraState corresponding to TelephonyManager.CALL_STATE_OFFHOOK. |
[read-only] static | ExtraStateRinging | string. Value used with TelephonyManager.ExtraState corresponding to TelephonyManager.CALL_STATE_RINGING. |
[read-only] | GroupIdLevel1 | string. Returns the Group Identifier Level1 for a GSM phone. |
[read-only] | HasIccCard | bool. |
[read-only] | IsNetworkRoaming | bool. Returns true if the device is considered roaming on the current network, for GSM purposes. |
[read-only] | IsSmsCapable | bool. |
[read-only] | Line1Number | string. Returns the phone number string for line 1, for example, the MSISDN for a GSM phone. |
[read-only] | MmsUAProfUrl | string. Returns the MMS user agent profile URL. |
[read-only] | MmsUserAgent | string. Returns the MMS user agent. |
[read-only] | NeighboringCellInfo | IList<NeighboringCellInfo>. Returns the neighboring cell information of the device. |
[read-only] | NetworkCountryIso | string. Returns the ISO country code equivalent of the current registered operator's MCC (Mobile Country Code). |
[read-only] | NetworkOperator | string. Returns the numeric name (MCC+MNC) of current registered operator. |
[read-only] | NetworkOperatorName | string. Returns the alphabetic name of current registered operator. |
[read-only] | NetworkType | NetworkType. |
[read-only] | PhoneType | PhoneType. Returns a constant indicating the device phone type. |
[read-only] | SimCountryIso | string. Returns the ISO country code equivalent for the SIM provider's country code. |
[read-only] | SimOperator | string. Returns the MCC+MNC (mobile country code + mobile network code) of the provider of the SIM. 5 or 6 decimal digits. |
[read-only] | SimOperatorName | string. Returns the Service Provider Name (SPN). |
[read-only] | SimSerialNumber | string. Returns the serial number of the SIM, if applicable. |
[read-only] | SimState | SimState. Returns a constant indicating the state of the device SIM card. |
[read-only] | SubscriberId | string. Returns the unique subscriber ID, for example, the IMSI for a GSM phone. |
[read-only] | VoiceMailAlphaTag | string. Retrieves the alphabetic identifier associated with the voice mail number. |
[read-only] | VoiceMailNumber | string. Returns the voice mail number. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |