Connection
RttModifyStatus
RttTextStream
VideoProvider
AudioCodecAmr
AudioCodecAmrWb
AudioCodecEvrc
AudioCodecEvrcB
AudioCodecEvrcNw
AudioCodecEvrcWb
AudioCodecEvsFb
AudioCodecEvsNb
AudioCodecEvsSwb
AudioCodecEvsWb
AudioCodecG711a
AudioCodecG711ab
AudioCodecG711u
AudioCodecG722
AudioCodecG723
AudioCodecG729
AudioCodecGsmEfr
AudioCodecGsmFr
AudioCodecGsmHr
AudioCodecNone
AudioCodecQcelp13k
CapabilityAddParticipant
CapabilityRemotePartySupportsRtt
EventCallHoldFailed
EventCallMergeFailed
EventCallPullFailed
EventCallRemotelyHeld
EventCallRemotelyUnheld
EventCallSwitchFailed
EventMergeComplete
EventMergeStart
EventOnHoldToneEnd
EventOnHoldToneStart
EventRttAudioIndicationChanged
ExtraAnsweringDropsFgCall
ExtraAnsweringDropsFgCallAppName
ExtraAudioCodec
ExtraAudioCodecBandwidthKhz
ExtraAudioCodecBitrateKbps
ExtraCallSubject
ExtraChildAddress
ExtraIsRttAudioPresent
ExtraLastForwardedNumber
ExtraLastKnownCellIdentity
ExtraSipInvite
PropertyAssistedDialing
PropertyCrossSim
PropertyHasCdmaVoicePrivacy
PropertyHighDefAudio
PropertyIsAdhocConference
PropertyIsExternalCall
PropertyIsRtt
PropertyNetworkIdentifiedEmergencyCall
PropertySelfManaged
PropertyTetheredCall
PropertyWifi
VerificationStatusFailed
VerificationStatusNotVerified
VerificationStatusPassed
Connection()
Connection(IntPtr, JniHandleOwnership)
Address
AddressPresentation
AudioModeIsVoip
CallAudioState
CallerDisplayName
CallerDisplayNamePresentation
CallerNumberVerificationStatus
Conference
Conferenceables
ConnectionCapabilities
ConnectionProperties
CurrentCallEndpoint
DisconnectCause
Extras
JniPeerMembers
RingbackRequested
State
StatusHints
ThresholdClass
ThresholdType
VideoState
CapabilitiesToString(ConnectionCapability)
CreateCanceledConnection()
CreateFailedConnection(DisconnectCause)
Destroy()
GetVideoProvider()
HandleRttUpgradeResponse(RttTextStream)
NotifyConferenceMergeFailed()
OnAbort()
OnAddConferenceParticipants(IList<Uri>)
OnAnswer()
OnAnswer(VideoProfileState)
OnAvailableCallEndpointsChanged(IList<CallEndpoint>)
OnCallAudioStateChanged(CallAudioState)
OnCallEndpointChanged(CallEndpoint)
OnCallEvent(String, Bundle)
OnDeflect(Uri)
OnDisconnect()
OnExtrasChanged(Bundle)
OnHandoverComplete()
OnHold()
OnMuteStateChanged(Boolean)
OnPlayDtmfTone(Char)
OnPostDialContinue(Boolean)
OnPullExternalCall()
OnReject()
OnReject(Int32)
OnReject(String)
OnSeparate()
OnShowIncomingCallUi()
OnSilence()
OnStartRtt(RttTextStream)
OnStateChanged(CallState)
OnStopDtmfTone()
OnStopRtt()
OnTrackedByNonUiService(Boolean)
OnUnhold()
OnUsingAlternativeUi(Boolean)
PropertiesToString(Int32)
PutExtras(Bundle)
QueryLocationForEmergency(Int64, String, IExecutor, IOutcomeReceiver)
RemoveExtras(String[])
RemoveExtras(IList<String>)
RequestBluetoothAudio(BluetoothDevice)
RequestCallEndpointChange(CallEndpoint, IExecutor, IOutcomeReceiver)
SendConnectionEvent(String, Bundle)
SendRemoteRttRequest()
SendRttInitiationFailure(RttSessionModifyResult)
SendRttInitiationSuccess()
SendRttSessionRemotelyTerminated()
SetActive()
SetAddress(Uri, Presentation)
SetAudioRoute(CallAudioRoute)
SetCallerDisplayName(String, Presentation)
SetConferenceableConnections(IList<Connection>)
SetDialing()
SetDisconnected(DisconnectCause)
SetInitialized()
SetInitializing()
SetNextPostDialChar(Char)
SetOnHold()
SetPostDialWait(String)
SetPulling()
SetRinging()
SetVideoProvider(VideoProvider)
SetVideoState(VideoProfileState)
StateToString(ConnectionState)
monoandroid
namespace Android.Telecom
{
[Register("android/telecom/Connection", ApiSince = 23, DoNotGenerateAcw = true)]
public abstract class Connection : Conferenceable
{
[Obsolete("This constant will be removed in the future version. Use Android.Telecom.ConnectionAudioCodec enum directly instead of this field.", true)]
[Register("AUDIO_CODEC_EVRC_B", ApiSince = 30)]
public const ConnectionAudioCodec AudioCodecEvrcB = ConnectionAudioCodec.EvrcB;
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to monoandroid | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Obsolete | This constant will be removed in the future version. Use Android.Telecom.ConnectionAudioCodec enum directly instead of this field. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API