SearchManager.ActionKey 字段

定义

意向额外数据密钥:将此密钥用于意向。

[Android.Runtime.Register("ACTION_KEY")]
public const string ActionKey;
[<Android.Runtime.Register("ACTION_KEY")>]
val mutable ActionKey : string

字段值

属性

注解

意向额外数据密钥:将此密钥用于Intent.ACTION_SEARCH,并 android.content.Intent#getIntExtra content.Intent.getIntExtra() 获取用户用于触发此查询的密钥码。 如果用户只是在搜索 UI 上按下了“GO”按钮,则为零。 这主要与searchable.xml配置文件的 actionkey 元素中的 keycode 属性结合使用。

适用于 . 的 android.app.SearchManager.ACTION_KEYJava 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于