Android.Telecom.TelecomManager Members

The members of Android.Telecom.TelecomManager 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
ActionShowCallSettingsstring. The Android.Content.Intent action used to show the call settings page.
const
DtmfCharacterPausechar. The dual tone multi-frequency signaling character sent to indicate the dialing system should pause for a predefined period.
const
DtmfCharacterWaitchar. The dual-tone multi-frequency signaling character sent to indicate the dialing system should wait for user confirmation before proceeding.
const
ExtraCallDisconnectCausestring. Optional extra for Android.Telephony.TelephonyManager.ActionPhoneStateChanged containing the disconnect code.
const
ExtraCallDisconnectMessagestring. Optional extra for Android.Telephony.TelephonyManager.ActionPhoneStateChanged containing the disconnect message.
const
ExtraStartCallWithSpeakerphonestring. Optional extra for Android.Content.Intent.ActionCall containing a boolean that determines whether the speakerphone should be automatically turned on for an outgoing call.
const
GatewayOriginalAddressstring. An optional Android.Content.Intent.ActionCall intent extra corresponding to the original address to dial for the call.
const
GatewayProviderPackagestring. An optional Android.Content.Intent.ActionCall intent extra denoting the package name of the app specifying an alternative gateway for the call.

Public Properties

[read-only]
IsInCallbool. Returns whether there is an ongoing phone call (can be in dialing, ringing, active or holding states).

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

CancelMissedCallsNotification()
Removes the missed-call notification if one is present.
HandleMmi(string) : bool
Processes the specified dial string as an MMI code.
ShowInCallScreen(bool)
Brings the in-call screen to the foreground if there is an ongoing call.