共用方式為


Notification.Action.GetDataOnlyRemoteInputs 方法

定義

取得要從傳送此動作時只接受數據的使用者收集的輸入清單。

[Android.Runtime.Register("getDataOnlyRemoteInputs", "()[Landroid/app/RemoteInput;", "GetGetDataOnlyRemoteInputsHandler", ApiSince=26)]
public virtual Android.App.RemoteInput[]? GetDataOnlyRemoteInputs ();
[<Android.Runtime.Register("getDataOnlyRemoteInputs", "()[Landroid/app/RemoteInput;", "GetGetDataOnlyRemoteInputsHandler", ApiSince=26)>]
abstract member GetDataOnlyRemoteInputs : unit -> Android.App.RemoteInput[]
override this.GetDataOnlyRemoteInputs : unit -> Android.App.RemoteInput[]

傳回

屬性

備註

取得要從傳送此動作時只接受數據的使用者收集的輸入清單。 這些遠端輸入保證會在呼叫 RemoteInput#isDataOnly時傳回 true。

如果沒有僅限數據的遠端輸入,則傳回 null。

這個方法存在,因此舊版 RemoteInput 收集器會預先新增非文字 RemoteInputs 並不會存取這些遠端輸入。

android.app.Notification.Action.getDataOnlyRemoteInputs()Java 檔。

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

適用於