Call.CannedTextResponses 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得預先設定的已設定訊息回應清單,以透過簡訊拒絕 Call
傳入的方式向用戶呈現。
public System.Collections.Generic.IList<string>? CannedTextResponses { [Android.Runtime.Register("getCannedTextResponses", "()Ljava/util/List;", "", ApiSince=23)] get; }
[<get: Android.Runtime.Register("getCannedTextResponses", "()Ljava/util/List;", "", ApiSince=23)>]
member this.CannedTextResponses : System.Collections.Generic.IList<string>
屬性值
簡訊回應的清單。
- 屬性
備註
取得預先設定的已設定訊息回應清單,以透過簡訊拒絕 Call
傳入的方式向用戶呈現。
<em>Note:</em> 由於可以從文件系統載入罐裝回應,因此當第 Call
一次透過 新增至 InCallService
InCallService#onCallAdded(Call)
時,不保證會出現這些回應。 Call.Callback#onCannedTextResponsesLoaded(Call, List)
呼叫的回呼會在呼叫可用時/如果已允許回應時呼叫。
的 android.telecom.Call.getCannedTextResponses()
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。