Android.Telephony.TelephonyManager Members

The members of Android.Telephony.TelephonyManager are listed below.

See Also: Inherited members from Java.Lang.Object

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Fields

const
ActionPhoneStateChangedstring. Broadcast intent action indicating that the call state (cellular) on the device has changed.
const
ActionRespondViaMessagestring. The Phone app sends this intent when a user opts to respond-via-message during an incoming call.
const
ExtraIncomingNumberstring. The lookup key used with the TelephonyManager.ActionPhoneStateChanged broadcast for a String containing the incoming phone number.
const
ExtraStatestring. The lookup key used with the TelephonyManager.ActionPhoneStateChanged broadcast for a String containing the new call state.

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.

Public Methods

static
FromContext(Android.Content.Context) : TelephonyManager
Documentation for this section has not yet been entered.
IccCloseLogicalChannel(int) : bool
Closes a previously opened logical channel to the ICC card.
IccExchangeSimIO(int, int, int, int, int, string) : byte[]
Returns the response APDU for a command APDU sent through SIM_IO.
IccOpenLogicalChannel(string) : IccOpenLogicalChannelResponse
Opens a logical channel to the ICC card.
IccTransmitApduBasicChannel(int, int, int, int, int, string) : string
Transmit an APDU to the ICC card over the basic channel.
IccTransmitApduLogicalChannel(int, int, int, int, int, int, string) : string
Transmit an APDU to the ICC card over a logical channel.
Listen(PhoneStateListener, PhoneStateListenerFlags)
Registers a listener object to receive notification of changes in specified telephony states.
SendEnvelopeWithStatus(string) : string
Send ENVELOPE to the SIM and return the response.