共用方式為


SipDetails.ReasonHeaderText 屬性

定義

取得 SIP 訊息中 「reason」 標頭的 「text」 參數。

public string ReasonHeaderText { [Android.Runtime.Register("getReasonHeaderText", "()Ljava/lang/String;", "", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getReasonHeaderText", "()Ljava/lang/String;", "", ApiSince=34)>]
member this.ReasonHeaderText : string

屬性值

原因標頭的 「text」 參數。 如果來自網路的 SIP 訊息沒有原因標頭,它可以是空的。

屬性

備註

取得 SIP 訊息中 「reason」 標頭的 「text」 參數。

android.telephony.ims.SipDetails.getReasonHeaderText()Java 檔。

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

適用於