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 属性许可证中所述的术语使用。

适用于