Android.Telephony.TelephonyManager: Method Members

The methods 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 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.