Android.Telephony.TelephonyManager: Property Members

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

Public Properties

[read-only]
AllCellInfoIList<CellInfo>. Returns all observed cell information from all radios on the device including the primary and neighboring cells.
[read-only]
CallStateCallState. Returns a constant indicating the call state (cellular) on the device.
[read-only]
CellLocationCellLocation. Returns the current location of the device.
[read-only]
DataActivityDataActivity. Returns a constant indicating the type of activity on a data connection (cellular).
[read-only]
DataStateDataConnectionStatus. Returns a constant indicating the current data connection state (cellular).
[read-only]
DeviceIdstring. Returns the unique device ID, for example, the IMEI for GSM and the MEID or ESN for CDMA phones.
[read-only]
DeviceSoftwareVersionstring. Returns the software version number for the device, for example, the IMEI/SV for GSM phones.
[read-only]
static
ExtraStateIdlestring. Value used with TelephonyManager.ExtraState corresponding to TelephonyManager.CALL_STATE_IDLE.
[read-only]
static
ExtraStateOffhookstring. Value used with TelephonyManager.ExtraState corresponding to TelephonyManager.CALL_STATE_OFFHOOK.
[read-only]
static
ExtraStateRingingstring. Value used with TelephonyManager.ExtraState corresponding to TelephonyManager.CALL_STATE_RINGING.
[read-only]
GroupIdLevel1string. Returns the Group Identifier Level1 for a GSM phone.
[read-only]
HasIccCardbool.
[read-only]
IsNetworkRoamingbool. Returns true if the device is considered roaming on the current network, for GSM purposes.
[read-only]
IsSmsCapablebool.
[read-only]
Line1Numberstring. Returns the phone number string for line 1, for example, the MSISDN for a GSM phone.
[read-only]
MmsUAProfUrlstring. Returns the MMS user agent profile URL.
[read-only]
MmsUserAgentstring. Returns the MMS user agent.
[read-only]
NeighboringCellInfoIList<NeighboringCellInfo>. Returns the neighboring cell information of the device.
[read-only]
NetworkCountryIsostring. Returns the ISO country code equivalent of the current registered operator's MCC (Mobile Country Code).
[read-only]
NetworkOperatorstring. Returns the numeric name (MCC+MNC) of current registered operator.
[read-only]
NetworkOperatorNamestring. Returns the alphabetic name of current registered operator.
[read-only]
NetworkTypeNetworkType.
[read-only]
PhoneTypePhoneType. Returns a constant indicating the device phone type.
[read-only]
SimCountryIsostring. Returns the ISO country code equivalent for the SIM provider's country code.
[read-only]
SimOperatorstring. Returns the MCC+MNC (mobile country code + mobile network code) of the provider of the SIM. 5 or 6 decimal digits.
[read-only]
SimOperatorNamestring. Returns the Service Provider Name (SPN).
[read-only]
SimSerialNumberstring. Returns the serial number of the SIM, if applicable.
[read-only]
SimStateSimState. Returns a constant indicating the state of the device SIM card.
[read-only]
SubscriberIdstring. Returns the unique subscriber ID, for example, the IMSI for a GSM phone.
[read-only]
VoiceMailAlphaTagstring. Retrieves the alphabetic identifier associated with the voice mail number.
[read-only]
VoiceMailNumberstring. Returns the voice mail number.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.