共用方式為


RemoteConnection 類別

定義

ConnectionService由另一個ConnectionService在不同的進程中執行的 連線。

[Android.Runtime.Register("android/telecom/RemoteConnection", ApiSince=23, DoNotGenerateAcw=true)]
public sealed class RemoteConnection : Java.Lang.Object
[<Android.Runtime.Register("android/telecom/RemoteConnection", ApiSince=23, DoNotGenerateAcw=true)>]
type RemoteConnection = class
    inherit Object
繼承
RemoteConnection
屬性

備註

ConnectionService由另一個ConnectionService在不同的進程中執行的 連線。

android.telecom.RemoteConnectionJava 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

屬性

Address

取得這個 RemoteConnection的位址。

AddressPresentation

取得這個 RemoteConnection位址的呈現需求。

CallerDisplayName

ConnectionService由另一個ConnectionService在不同的進程中執行的 連線。

CallerDisplayNameFormatted

取得這個 RemoteConnection呼叫端的顯示名稱。

CallerDisplayNamePresentation

取得這個 RemoteConnection呼叫端顯示名稱的簡報需求。

Class

傳回這個 Object的運行時間類別。

(繼承來源 Object)
Conference

RemoteConference取得這個 RemoteConnection 可能是 的一部分,如果沒有null這類 RemoteConference,則為 。

ConferenceableConnections

RemoteConnectionRemoteConnection取得成功要求建立會議的 。

ConnectionCapabilities

取得這個 RemoteConnection的功能。

ConnectionProperties

取得這個 RemoteConnection的屬性。

DisconnectCause

取得這個 RemoteConnection 可能已中斷連線的原因。

Extras

取得與此 RemoteConnection相關聯的額外專案。

Handle

基礎Android實例的句柄。

(繼承來源 Object)
IsRingbackRequested

判斷這 RemoteConnection 是否要求迴響。

IsVoipAudioMode

判斷這個 RemoteConnection 的音訊模式是否為 VOIP。

JniIdentityHashCode

ConnectionService由另一個ConnectionService在不同的進程中執行的 連線。

(繼承來源 Object)
JniPeerMembers

ConnectionService由另一個ConnectionService在不同的進程中執行的 連線。

PeerReference

ConnectionService由另一個ConnectionService在不同的進程中執行的 連線。

(繼承來源 Object)
State

取得這個 RemoteConnection的狀態。

StatusHints

取得與這個 RemoteConnection相關的狀態提示。

ThresholdClass

此 API 支援適用於 Android 的 Mono 基礎結構,並不適合直接從您的程式代碼使用。

(繼承來源 Object)
ThresholdType

此 API 支援適用於 Android 的 Mono 基礎結構,並不適合直接從您的程式代碼使用。

(繼承來源 Object)
VideoState

取得這個 RemoteConnection的視訊狀態。

方法

Abort()

指示這個 RemoteConnection 中止。

AddConferenceParticipants(IList<Uri>)

指示這會 RemoteConnection 以參與者清單起始會議。

Answer()

指示這 Connection#STATE_RINGINGRemoteConnection 一點回答。

Clone()

建立並傳回這個 對象的複本。

(繼承來源 Object)
Disconnect()

指示這會 RemoteConnection 中斷連線。

Dispose()

ConnectionService由另一個ConnectionService在不同的進程中執行的 連線。

(繼承來源 Object)
Dispose(Boolean)

ConnectionService由另一個ConnectionService在不同的進程中執行的 連線。

(繼承來源 Object)
Equals(Object)

指出其他物件是否「等於」這個物件。

(繼承來源 Object)
GetHashCode()

傳回此物件的雜湊碼值。

(繼承來源 Object)
GetVideoProvider()

取得這個 RemoteConnection的影片提供者。

Hold()

指示這會 RemoteConnection 繼續保留。

JavaFinalize()

當垃圾收集決定不再參考物件時,垃圾收集行程在 物件上呼叫。

(繼承來源 Object)
Notify()

喚醒正在等候此物件監視器的單一線程。

(繼承來源 Object)
NotifyAll()

喚醒正在等候此物件監視器的所有線程。

(繼承來源 Object)
PlayDtmfTone(Char)

指示這 RemoteConnection 播放雙音多頻率訊號 (DTMF) 音調。

PostDialContinue(Boolean)

指示繼續 RemoteConnection 播放撥入後 DTMF 字串。

PullExternalCall()

指示這會 RemoteConnection 自行提取到本機裝置。

RegisterCallback(RemoteConnection+Callback, Handler)

將回呼新增到這個 RemoteConnection

RegisterCallback(RemoteConnection+Callback)

將回呼新增到這個 RemoteConnection

Reject()

指示此 Connection#STATE_RINGINGRemoteConnection 動作拒絕。

SetCallAudioState(CallAudioState)

設定這個 RemoteConnection的音訊狀態。

SetHandle(IntPtr, JniHandleOwnership)

設定 Handle 屬性。

(繼承來源 Object)
StopDtmfTone()

指示停止 RemoteConnection 目前播放的任何雙音多頻率訊號 (DTMF) 音調。

ToArray<T>()

ConnectionService由另一個ConnectionService在不同的進程中執行的 連線。

(繼承來源 Object)
ToString()

傳回物件的字串表示。

(繼承來源 Object)
Unhold()

指示此 Connection#STATE_HOLDING 呼叫從保留中釋放。

UnregisterCallback(RemoteConnection+Callback)

從這個 移除回 RemoteConnection呼。

UnregisterFromRuntime()

ConnectionService由另一個ConnectionService在不同的進程中執行的 連線。

(繼承來源 Object)
Wait()

讓目前線程等候直到喚醒為止,通常是藉由em <notified/em>或<em>interrupted</em> 來喚醒它。<>

(繼承來源 Object)
Wait(Int64, Int32)

讓目前的線程等到喚醒為止,通常是因為 <em>notified</em> 或 <em>interrupted</em>,或直到經過一定數量的實時為止。

(繼承來源 Object)
Wait(Int64)

讓目前的線程等到喚醒為止,通常是因為 <em>notified</em> 或 <em>interrupted</em>,或直到經過一定數量的實時為止。

(繼承來源 Object)

明確介面實作

IJavaPeerable.Disposed()

ConnectionService由另一個ConnectionService在不同的進程中執行的 連線。

(繼承來源 Object)
IJavaPeerable.DisposeUnlessReferenced()

ConnectionService由另一個ConnectionService在不同的進程中執行的 連線。

(繼承來源 Object)
IJavaPeerable.Finalized()

ConnectionService由另一個ConnectionService在不同的進程中執行的 連線。

(繼承來源 Object)
IJavaPeerable.JniManagedPeerState

ConnectionService由另一個ConnectionService在不同的進程中執行的 連線。

(繼承來源 Object)
IJavaPeerable.SetJniIdentityHashCode(Int32)

ConnectionService由另一個ConnectionService在不同的進程中執行的 連線。

(繼承來源 Object)
IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates)

ConnectionService由另一個ConnectionService在不同的進程中執行的 連線。

(繼承來源 Object)
IJavaPeerable.SetPeerReference(JniObjectReference)

ConnectionService由另一個ConnectionService在不同的進程中執行的 連線。

(繼承來源 Object)

擴充方法

JavaCast<TResult>(IJavaObject)

執行 Android 執行時間檢查的類型轉換。

JavaCast<TResult>(IJavaObject)

ConnectionService由另一個ConnectionService在不同的進程中執行的 連線。

GetJniTypeName(IJavaPeerable)

ConnectionService由另一個ConnectionService在不同的進程中執行的 連線。

適用於