Call Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an ongoing phone call that the in-call app should present to the user.
[Android.Runtime.Register("android/telecom/Call", ApiSince=23, DoNotGenerateAcw=true)]
public sealed class Call : Java.Lang.Object
[<Android.Runtime.Register("android/telecom/Call", ApiSince=23, DoNotGenerateAcw=true)>]
type Call = class
inherit Object
- Inheritance
- Attributes
Remarks
Represents an ongoing phone call that the in-call app should present to the user.
Java documentation for android.telecom.Call
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Fields
AvailablePhoneAccounts |
The key to retrieve the optional |
EventClearDiagnosticMessage |
Event reported from the telecom framework when a diagnostic message previously raised with
|
EventDisplayDiagnosticMessage |
Event reported from the Telecom stack to report an in-call diagnostic message which the dialer app may opt to display to the user. |
ExtraDiagnosticMessage |
|
ExtraDiagnosticMessageId |
Integer extra representing a message ID for a message posted via
|
ExtraIsSuppressedByDoNotDisturb |
Extra key intended for |
ExtraLastEmergencyCallbackTimeMillis |
Extra key used to indicate the time (in milliseconds since midnight, January 1, 1970 UTC) when the last outgoing emergency call was made. |
ExtraSilentRingingRequested |
Extra key used to indicate whether a |
ExtraSuggestedPhoneAccounts |
Key for extra used to pass along a list of |
RejectReasonDeclined |
Obsolete.
Reject reason used with |
RejectReasonUnwanted |
Obsolete.
Reject reason used with |
StateAudioProcessing |
Obsolete.
The state of a call that is active with the network, but the audio from the call is being intercepted by an app on the local device. |
StateSimulatedRinging |
Obsolete.
The state of a call that is being presented to the user after being in
|
Properties
CannedTextResponses |
Obtains a list of canned, pre-configured message responses to present to the user as
ways of rejecting an incoming |
Children |
Obtains the children of this conference |
Class |
Returns the runtime class of this |
ConferenceableCalls |
Returns the list of |
GenericConferenceActiveChildCall |
Returns the child |
Handle |
The handle to the underlying Android instance. (Inherited from Object) |
IsRttActive |
Returns whether this call has an active RTT connection. |
JniIdentityHashCode | (Inherited from Object) |
JniPeerMembers | |
Parent |
Obtains the parent of this |
PeerReference | (Inherited from Object) |
RemainingPostDialSequence |
Obtains the post-dial sequence remaining to be emitted by this |
State |
Obtains the state of this |
ThresholdClass |
This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. (Inherited from Object) |
ThresholdType |
This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. (Inherited from Object) |
VideoCall |
Obtains an object that can be used to display video from this |
Methods
AddConferenceParticipants(IList<Uri>) |
Pulls participants to existing call by forming a conference call. |
Answer(VideoProfileState) |
Instructs this |
Clone() |
Creates and returns a copy of this object. (Inherited from Object) |
Conference(Call) |
Instructs this |
Deflect(Uri) |
Instructs this |
Disconnect() |
Instructs this |
Dispose() | (Inherited from Object) |
Dispose(Boolean) | (Inherited from Object) |
Equals(Object) |
Indicates whether some other object is "equal to" this one. (Inherited from Object) |
GetDetails() |
Obtains an object containing call details. |
GetHashCode() |
Returns a hash code value for the object. (Inherited from Object) |
GetRttCall() |
Returns this call's RttCall object. |
HandoverTo(PhoneAccountHandle, VideoProfileState, Bundle) |
Initiates a handover of this |
Hold() |
Instructs this |
JavaFinalize() |
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object. (Inherited from Object) |
MergeConference() |
Merges the calls within this conference. |
Notify() |
Wakes up a single thread that is waiting on this object's monitor. (Inherited from Object) |
NotifyAll() |
Wakes up all threads that are waiting on this object's monitor. (Inherited from Object) |
PhoneAccountSelected(PhoneAccountHandle, Boolean) |
Notifies this |
PlayDtmfTone(Char) |
Instructs this |
PostDialContinue(Boolean) |
Instructs this |
PullExternalCall() |
Initiates a request to the |
PutExtras(Bundle) |
Adds some extras to this |
RegisterCallback(Call+Callback) |
Registers a callback to this |
RegisterCallback(Call+Callback, Handler) |
Registers a callback to this |
Reject(Boolean, String) |
Instructs this |
Reject(Int32) |
Instructs the |
RemoveExtras(IList<String>) |
Removes extras from this |
RemoveExtras(String[]) |
Removes extras from this |
RespondToRttRequest(Int32, Boolean) |
Responds to an RTT request received via the |
SendCallEvent(String, Bundle) |
Sends a |
SendRttRequest() |
Sends an RTT upgrade request to the remote end of the connection. |
SetHandle(IntPtr, JniHandleOwnership) |
Sets the Handle property. (Inherited from Object) |
SplitFromConference() |
Instructs this |
StopDtmfTone() |
Instructs this |
StopRtt() |
Terminate the RTT session on this call. |
SwapConference() |
Swaps the calls within this conference. |
ToArray<T>() | (Inherited from Object) |
ToString() |
Returns a string representation of the object. (Inherited from Object) |
Unhold() |
Instructs this |
UnregisterCallback(Call+Callback) |
Unregisters a callback from this |
UnregisterFromRuntime() | (Inherited from Object) |
Wait() |
Causes the current thread to wait until it is awakened, typically by being <em>notified</em> or <em>interrupted</em>. (Inherited from Object) |
Wait(Int64) |
Causes the current thread to wait until it is awakened, typically by being <em>notified</em> or <em>interrupted</em>, or until a certain amount of real time has elapsed. (Inherited from Object) |
Wait(Int64, Int32) |
Causes the current thread to wait until it is awakened, typically by being <em>notified</em> or <em>interrupted</em>, or until a certain amount of real time has elapsed. (Inherited from Object) |
Explicit Interface Implementations
IJavaPeerable.Disposed() | (Inherited from Object) |
IJavaPeerable.DisposeUnlessReferenced() | (Inherited from Object) |
IJavaPeerable.Finalized() | (Inherited from Object) |
IJavaPeerable.JniManagedPeerState | (Inherited from Object) |
IJavaPeerable.SetJniIdentityHashCode(Int32) | (Inherited from Object) |
IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates) | (Inherited from Object) |
IJavaPeerable.SetPeerReference(JniObjectReference) | (Inherited from Object) |
Extension Methods
JavaCast<TResult>(IJavaObject) |
Performs an Android runtime-checked type conversion. |
JavaCast<TResult>(IJavaObject) | |
GetJniTypeName(IJavaPeerable) |